autocommit

This commit is contained in:
Linus Vogel 2026-07-13 22:22:09 +02:00
parent 605b22a623
commit dea574ac0f
2 changed files with 3 additions and 6 deletions

View File

@ -15,8 +15,6 @@ spec:
syncPolicy:
automated:
selfHeal: false
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
@ -34,6 +32,4 @@ spec:
namespace: argocd
syncPolicy:
automated:
selfHeal: false
syncOptions:
- CreateNamespace=true
selfHeal: false

View File

@ -8,7 +8,7 @@ nameOverride: ""
fullnameOverride: ""
# -- Override the namespace
# @default -- `.Release.Namespace`
namespaceOverride: ""
namespaceOverride: "argocd"
# -- Override the Kubernetes version, which is used to evaluate certain manifests
kubeVersionOverride: ""
# Override APIVersions
@ -36,6 +36,7 @@ crds:
# -- Annotations to be added to all CRDs
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
meta.helm.sh/release-namespace: argocd
# -- Additional labels to be added to all CRDs
additionalLabels: {}