Skip to content

Commit

Permalink
feat: automatically sync argocd app
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Mar 20, 2022
1 parent 69f14e8 commit 2440ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm-charts/proxy-k8s-argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ argocd:
path: proxy-kubernetes/argocd-apps
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: HEAD
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true

additionalProjects:
- name: argocd
Expand Down

0 comments on commit 2440ea2

Please sign in to comment.