argo: strongarm autosync to prevent further config drift

Commenting empty syncPolicy, otherwise argocd sees it as diff
This commit is contained in:
2024-08-03 03:30:27 +03:00
parent 41da5931f9
commit 35404464f4
19 changed files with 120 additions and 20 deletions

View File

@@ -13,4 +13,8 @@ spec:
destination:
server: 'https://kubernetes.default.svc'
namespace: nextcloud
syncPolicy: {}
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true