From 9f86828936b02f12c22341d737c433b05ce4c97e Mon Sep 17 00:00:00 2001 From: rishabh625 Date: Thu, 31 Mar 2022 16:47:53 +0530 Subject: [PATCH] fix: corrected applicationset binary name in manifests Signed-off-by: rishabh625 --- .../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 1263c1f8298fa..e666c5b814dea 100644 --- a/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml +++ b/manifests/base/applicationset-controller/argocd-applicationset-controller-deployment.yaml @@ -18,7 +18,7 @@ spec: containers: - command: - entrypoint.sh - - applicationset-controller + - argocd-applicationset-controller image: quay.io/argoproj/argocd:latest imagePullPolicy: Always name: argocd-applicationset-controller diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index e678764a54f08..18457ee3bd83d 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -8998,7 +8998,7 @@ spec: containers: - command: - entrypoint.sh - - applicationset-controller + - argocd-applicationset-controller env: - name: NAMESPACE valueFrom: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index b68ebb342e831..fc8ca277254c5 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -9935,7 +9935,7 @@ spec: containers: - command: - entrypoint.sh - - applicationset-controller + - argocd-applicationset-controller env: - name: NAMESPACE valueFrom: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index e27b713b30b9d..4aa100e20da7e 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1222,7 +1222,7 @@ spec: containers: - command: - entrypoint.sh - - applicationset-controller + - argocd-applicationset-controller env: - name: NAMESPACE valueFrom: diff --git a/manifests/install.yaml b/manifests/install.yaml index 8c6138b1a11c7..fc5c4562dab97 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -9305,7 +9305,7 @@ spec: containers: - command: - entrypoint.sh - - applicationset-controller + - argocd-applicationset-controller env: - name: NAMESPACE valueFrom: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 575f6f4542fba..8918b52e64db5 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -592,7 +592,7 @@ spec: containers: - command: - entrypoint.sh - - applicationset-controller + - argocd-applicationset-controller env: - name: NAMESPACE valueFrom: