is helm now working?
This commit is contained in:
parent
94904aeae4
commit
323dc15563
@ -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
|
||||||
|
|||||||
@ -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
0
helm/istio/values.yaml
Normal file
Loading…
x
Reference in New Issue
Block a user