autocommit
This commit is contained in:
parent
605b22a623
commit
dea574ac0f
@ -15,8 +15,6 @@ spec:
|
|||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
@ -34,6 +32,4 @@ spec:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
@ -8,7 +8,7 @@ nameOverride: ""
|
|||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
# -- Override the namespace
|
# -- Override the namespace
|
||||||
# @default -- `.Release.Namespace`
|
# @default -- `.Release.Namespace`
|
||||||
namespaceOverride: ""
|
namespaceOverride: "argocd"
|
||||||
# -- Override the Kubernetes version, which is used to evaluate certain manifests
|
# -- Override the Kubernetes version, which is used to evaluate certain manifests
|
||||||
kubeVersionOverride: ""
|
kubeVersionOverride: ""
|
||||||
# Override APIVersions
|
# Override APIVersions
|
||||||
@ -36,6 +36,7 @@ crds:
|
|||||||
# -- Annotations to be added to all CRDs
|
# -- Annotations to be added to all CRDs
|
||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-options: ServerSideApply=true
|
argocd.argoproj.io/sync-options: ServerSideApply=true
|
||||||
|
meta.helm.sh/release-namespace: argocd
|
||||||
# -- Additional labels to be added to all CRDs
|
# -- Additional labels to be added to all CRDs
|
||||||
additionalLabels: {}
|
additionalLabels: {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user