From dea574ac0ff78ea567cff7da4bd250c171b26fa8 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Mon, 13 Jul 2026 22:22:09 +0200 Subject: [PATCH] autocommit --- argocd-app-projects/main.yaml | 6 +----- helm/argocd/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/argocd-app-projects/main.yaml b/argocd-app-projects/main.yaml index e329d55..b3e8aa1 100644 --- a/argocd-app-projects/main.yaml +++ b/argocd-app-projects/main.yaml @@ -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 \ No newline at end of file + selfHeal: false \ No newline at end of file diff --git a/helm/argocd/values.yaml b/helm/argocd/values.yaml index 8ef0146..598ceb7 100644 --- a/helm/argocd/values.yaml +++ b/helm/argocd/values.yaml @@ -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: {}