From 8a4bd939f272983188003fc33084bf90b833b5d6 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 25 Jun 2026 22:30:41 +0200 Subject: [PATCH] restructure --- argocd/main.yaml => apps/argocd.yaml | 0 apps/istio.yaml | 17 +++++++++-------- istio/Chart.yaml | 0 3 files changed, 9 insertions(+), 8 deletions(-) rename argocd/main.yaml => apps/argocd.yaml (100%) create mode 100644 istio/Chart.yaml diff --git a/argocd/main.yaml b/apps/argocd.yaml similarity index 100% rename from argocd/main.yaml rename to apps/argocd.yaml diff --git a/apps/istio.yaml b/apps/istio.yaml index c520dc5..7aa35c0 100644 --- a/apps/istio.yaml +++ b/apps/istio.yaml @@ -4,13 +4,14 @@ metadata: name: istio namespace: argocd spec: + destination: + namespace: istio-system + server: https://kubernetes.default.svc project: default source: - chart: istio-base - repoURL: https://istio-release.storage.googleapis.com/charts - targetRevision: 1.30.2 - helm: - releaseName: base - destination: - server: "https://kubernetes.default.svc" - namespace: istio-system + path: istio + repoURL: https://gitea.linvogel.ch/linus/gitops.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true diff --git a/istio/Chart.yaml b/istio/Chart.yaml new file mode 100644 index 0000000..e69de29