Skip to content

Commit 081273c

Browse files
committed
Added automated sync policy for Argo CD app-of-apps spec
1 parent f4067c6 commit 081273c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

terraform/files/argocd-apps.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ spec:
2323
destination:
2424
server: https://kubernetes.default.svc
2525
namespace: argocd
26-
syncPolicy: {}
27-
# # sync options which modifies sync behavior
26+
syncPolicy:
27+
# https://argoproj.github.io/argo-cd/user-guide/auto_sync/#automated-sync-policy
28+
automated: {}
29+
# sync options which modifies sync behavior
2830
# syncOptions:
2931
# # namespace Auto-Creation ensures that namespace specified as the application destination exists in the destination cluster
3032
# - CreateNamespace=true

0 commit comments

Comments
 (0)