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