From 8aa6942f5dfe0fe1ed7fb2f9ab6194c38087dc28 Mon Sep 17 00:00:00 2001 From: Geoffrey MUSELLI Date: Mon, 7 Aug 2023 13:51:15 +0000 Subject: [PATCH] fix(appset): typo in ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS (#14902) (#14913) Signed-off-by: gmuselli --- .../argocd-applicationset-controller-deployment.yaml | 2 +- manifests/core-install.yaml | 2 +- manifests/ha/install.yaml | 2 +- manifests/ha/namespace-install.yaml | 2 +- manifests/install.yaml | 2 +- manifests/namespace-install.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml b/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml index 0532408c041d0..ff7cf84c3e60a 100644 --- a/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml +++ b/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml @@ -133,7 +133,7 @@ spec: key: applicationsetcontroller.scm.root.ca.path name: argocd-cmd-params-cm optional: true - - name: ARGOCD_APPLICATIONSET_ALLOWED_SCM_PROVIDERS + - name: ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS valueFrom: configMapKeyRef: name: argocd-cmd-params-cm diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index db86876e48720..c5159461c5800 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -18874,7 +18874,7 @@ spec: key: applicationsetcontroller.scm.root.ca.path name: argocd-cmd-params-cm optional: true - - name: ARGOCD_APPLICATIONSET_ALLOWED_SCM_PROVIDERS + - name: ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS valueFrom: configMapKeyRef: key: applicationsetcontroller.allowed.scm.providers diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 4cbd27a45a752..1c2de17ef6385 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -20111,7 +20111,7 @@ spec: key: applicationsetcontroller.scm.root.ca.path name: argocd-cmd-params-cm optional: true - - name: ARGOCD_APPLICATIONSET_ALLOWED_SCM_PROVIDERS + - name: ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS valueFrom: configMapKeyRef: key: applicationsetcontroller.allowed.scm.providers diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 3102e841f8d67..d76b9fd9fb9fa 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1629,7 +1629,7 @@ spec: key: applicationsetcontroller.scm.root.ca.path name: argocd-cmd-params-cm optional: true - - name: ARGOCD_APPLICATIONSET_ALLOWED_SCM_PROVIDERS + - name: ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS valueFrom: configMapKeyRef: key: applicationsetcontroller.allowed.scm.providers diff --git a/manifests/install.yaml b/manifests/install.yaml index 422f79996d21c..36faf0fedd3dd 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -19212,7 +19212,7 @@ spec: key: applicationsetcontroller.scm.root.ca.path name: argocd-cmd-params-cm optional: true - - name: ARGOCD_APPLICATIONSET_ALLOWED_SCM_PROVIDERS + - name: ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS valueFrom: configMapKeyRef: key: applicationsetcontroller.allowed.scm.providers diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index df9a223a97c93..96c59c80bdca6 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -730,7 +730,7 @@ spec: key: applicationsetcontroller.scm.root.ca.path name: argocd-cmd-params-cm optional: true - - name: ARGOCD_APPLICATIONSET_ALLOWED_SCM_PROVIDERS + - name: ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS valueFrom: configMapKeyRef: key: applicationsetcontroller.allowed.scm.providers