refactoring

This commit is contained in:
Linus Vogel 2026-06-27 10:46:17 +02:00
parent 66c07a5418
commit 0b1f8a88dd

View File

@ -4,9 +4,6 @@ metadata:
name: istio name: istio
namespace: argocd namespace: argocd
spec: spec:
destination:
namespace: istio-system
server: https://kubernetes.default.svc
project: default project: default
source: source:
repoURL: https://gitea.linvogel.ch/linus/gitops.git repoURL: https://gitea.linvogel.ch/linus/gitops.git
@ -15,7 +12,9 @@ spec:
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml
destination:
server: https://kubernetes.default.svc
namespace: istio-system
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true