We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4067c6 commit 081273cCopy full SHA for 081273c
terraform/files/argocd-apps.yaml
@@ -23,8 +23,10 @@ spec:
23
destination:
24
server: https://kubernetes.default.svc
25
namespace: argocd
26
- syncPolicy: {}
27
- # # sync options which modifies sync behavior
+ syncPolicy:
+ # https://argoproj.github.io/argo-cd/user-guide/auto_sync/#automated-sync-policy
28
+ automated: {}
29
+ # sync options which modifies sync behavior
30
# syncOptions:
31
# # namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster
32
# - CreateNamespace=true
0 commit comments