:(:(
This commit is contained in:
26
application.yaml
Normal file
26
application.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: json-echo-argo-application
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: oci://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo
|
||||
chart: json-echo
|
||||
targetRevision: HEAD
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc.cluster.local:443
|
||||
namespace: json-echo
|
||||
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
Reference in New Issue
Block a user