set "automated" flags for argo

This commit is contained in:
Aaron Riedel 2025-07-13 11:47:42 +02:00
parent 114eba71d7
commit 5368b89974
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -16,6 +16,7 @@ spec:
syncPolicy: syncPolicy:
automated: automated:
prune: false prune: false
selfHeal: true
--- ---
#apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
#kind: Application #kind: Application
@ -67,6 +68,7 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: true
selfHeal: true
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -87,6 +89,7 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: true
selfHeal: true
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -107,6 +110,7 @@ spec:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: true prune: true
selfHeal: true
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -128,4 +132,5 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
automated: automated:
prune: false prune: true
selfHeal: true