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

@@ -0,0 +1,20 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: monitoring
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: monitoring
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: monitoring
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true