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
namespace: argocd
spec:
destination:
namespace: argocd
server: https://kubernetes.default.svc
project: default
source:
repoURL: https://gitea.linvogel.ch/linus/gitops.git
targetRevision: HEAD
targetRevision: main
path: helm/argocd
helm:
valueFiles:
- values.yaml
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true