From 0b1f8a88ddbf37f78b0d3258aac04eeebecaec71 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Sat, 27 Jun 2026 10:46:17 +0200 Subject: [PATCH] refactoring --- apps/istio.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/istio.yaml b/apps/istio.yaml index 045e194..78b7d53 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -4,9 +4,6 @@ metadata: name: istio namespace: argocd spec: - destination: - namespace: istio-system - server: https://kubernetes.default.svc project: default source: repoURL: https://gitea.linvogel.ch/linus/gitops.git @@ -15,7 +12,9 @@ spec: helm: valueFiles: - values.yaml - + destination: + server: https://kubernetes.default.svc + namespace: istio-system syncPolicy: automated: selfHeal: true