another try

This commit is contained in:
Linus Vogel 2026-06-26 21:44:16 +02:00
parent 92cf70a057
commit 513a2add14

View File

@ -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