Skip to content

Commit

Permalink
feat(argocd): make it possible to disable ArgoCD deploy
Browse files Browse the repository at this point in the history
Make it possible to disable deploying ArgoCD to certain clusters but
enable it by default.
  • Loading branch information
cardoe committed Aug 22, 2024
1 parent e09a4f5 commit d2b5ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/app-of-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
selector:
matchLabels:
argocd.argoproj.io/secret-type: cluster
understack.rackspace.com/argocd: enabled
template:
metadata:
name: '{{.name}}-app-of-apps'
Expand Down
1 change: 1 addition & 0 deletions apps/appsets/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
selector:
matchLabels:
argocd.argoproj.io/secret-type: cluster
understack.rackspace.com/argocd: enabled
template:
metadata:
name: '{{.name}}-argocd'
Expand Down
1 change: 1 addition & 0 deletions scripts/gitops-secrets-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ metadata:
namespace: argocd
labels:
argocd.argoproj.io/secret-type: cluster
understack.rackspace.com/argocd: enabled
annotations:
uc_repo_git_url: "https://github.com/rackerlabs/understack.git"
uc_repo_ref: "HEAD"
Expand Down

0 comments on commit d2b5ab3

Please sign in to comment.