restructure

This commit is contained in:
Linus Vogel 2026-06-25 22:30:41 +02:00
parent 904d111247
commit 8a4bd939f2
3 changed files with 9 additions and 8 deletions

View File

@ -4,13 +4,14 @@ 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:
chart: istio-base path: istio
repoURL: https://istio-release.storage.googleapis.com/charts repoURL: https://gitea.linvogel.ch/linus/gitops.git
targetRevision: 1.30.2 targetRevision: HEAD
helm: syncPolicy:
releaseName: base automated:
destination: selfHeal: true
server: "https://kubernetes.default.svc"
namespace: istio-system

0
istio/Chart.yaml Normal file
View File