Skip to content

Commit

Permalink
fix: corrected applicationset binary name in manifests
Browse files Browse the repository at this point in the history
Signed-off-by: rishabh625 <[email protected]>
  • Loading branch information
rishabh625 committed Mar 31, 2022
1 parent e864652 commit 9f86828
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8998,7 +8998,7 @@ spec:
containers:
- command:
- entrypoint.sh
- applicationset-controller
- argocd-applicationset-controller
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9935,7 +9935,7 @@ spec:
containers:
- command:
- entrypoint.sh
- applicationset-controller
- argocd-applicationset-controller
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ spec:
containers:
- command:
- entrypoint.sh
- applicationset-controller
- argocd-applicationset-controller
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9305,7 +9305,7 @@ spec:
containers:
- command:
- entrypoint.sh
- applicationset-controller
- argocd-applicationset-controller
env:
- name: NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ spec:
containers:
- command:
- entrypoint.sh
- applicationset-controller
- argocd-applicationset-controller
env:
- name: NAMESPACE
valueFrom:
Expand Down

0 comments on commit 9f86828

Please sign in to comment.