is helm now working?

This commit is contained in:
Linus Vogel 2026-06-26 21:38:29 +02:00
parent 94904aeae4
commit 323dc15563
6 changed files with 9 additions and 2 deletions

View File

@ -9,9 +9,12 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: default project: default
source: source:
path: argocd
repoURL: https://gitea.linvogel.ch/linus/gitops.git repoURL: https://gitea.linvogel.ch/linus/gitops.git
targetRevision: HEAD targetRevision: HEAD
path: helm/argocd
helm:
valueFiles:
- values.yaml
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true

View File

@ -9,9 +9,13 @@ spec:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: default project: default
source: source:
path: istio
repoURL: https://gitea.linvogel.ch/linus/gitops.git repoURL: https://gitea.linvogel.ch/linus/gitops.git
targetRevision: HEAD targetRevision: HEAD
path: helm/istio
helm:
valueFiles:
- values.yaml
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true

0
helm/istio/values.yaml Normal file
View File