From c55ae0e8f70f964b42b20275cdb876f1aca3a9db Mon Sep 17 00:00:00 2001 From: SrDayne <45735480+SrDayne@users.noreply.github.com> Date: Thu, 22 Jun 2023 18:11:27 +0200 Subject: [PATCH] fix: added `optional: true` field to ARGOCD_APPLICATIONSET_CONTROLLER_POLICY env var (#14160) Signed-off-by: SrDayne --- .../argocd-applicationset-controller-deployment.yaml | 1 + manifests/core-install.yaml | 1 + manifests/ha/install.yaml | 1 + manifests/ha/namespace-install.yaml | 1 + manifests/install.yaml | 1 + manifests/namespace-install.yaml | 1 + 6 files changed, 6 insertions(+) diff --git a/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml b/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml index 28b40718938ef..a3d1c09523e1d 100644 --- a/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml +++ b/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml @@ -54,6 +54,7 @@ spec: configMapKeyRef: key: applicationsetcontroller.policy name: argocd-cmd-params-cm + optional: true - name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_POLICY_OVERRIDE valueFrom: configMapKeyRef: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index e97fd09788bfb..662834a3f62e9 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -18292,6 +18292,7 @@ spec: configMapKeyRef: key: applicationsetcontroller.policy name: argocd-cmd-params-cm + optional: true - name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_POLICY_OVERRIDE valueFrom: configMapKeyRef: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index af3cbe33d0aec..f5ce005f0ba35 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -19529,6 +19529,7 @@ spec: configMapKeyRef: key: applicationsetcontroller.policy name: argocd-cmd-params-cm + optional: true - name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_POLICY_OVERRIDE valueFrom: configMapKeyRef: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 8c740fda925a2..7a9c1e750493c 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1550,6 +1550,7 @@ spec: configMapKeyRef: key: applicationsetcontroller.policy name: argocd-cmd-params-cm + optional: true - name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_POLICY_OVERRIDE valueFrom: configMapKeyRef: diff --git a/manifests/install.yaml b/manifests/install.yaml index 0a3e03731aba3..05a4c8af6c367 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -18630,6 +18630,7 @@ spec: configMapKeyRef: key: applicationsetcontroller.policy name: argocd-cmd-params-cm + optional: true - name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_POLICY_OVERRIDE valueFrom: configMapKeyRef: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 7e6623a32c90b..2bd9f51e2895f 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -651,6 +651,7 @@ spec: configMapKeyRef: key: applicationsetcontroller.policy name: argocd-cmd-params-cm + optional: true - name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_POLICY_OVERRIDE valueFrom: configMapKeyRef: