still fixing stuff

This commit is contained in:
Linus Vogel 2026-06-29 21:47:07 +02:00
parent c6f2567ca3
commit e39da3ef2d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: network_policies name: network-policies
namespace: argocd namespace: argocd
spec: spec:
project: default project: default

View File

@ -14,7 +14,7 @@ spec:
namespace: argocd namespace: argocd
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: false
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
@ -32,4 +32,4 @@ spec:
namespace: argocd namespace: argocd
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: false