another try
This commit is contained in:
parent
92cf70a057
commit
513a2add14
@ -4,17 +4,18 @@ metadata:
|
|||||||
name: argo-cd
|
name: argo-cd
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
|
||||||
namespace: argocd
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://gitea.linvogel.ch/linus/gitops.git
|
repoURL: https://gitea.linvogel.ch/linus/gitops.git
|
||||||
targetRevision: HEAD
|
targetRevision: main
|
||||||
path: helm/argocd
|
path: helm/argocd
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- values.yaml
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: argocd
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user