Fix extra resources app

This commit is contained in:
dvirlabs 2026-03-15 06:28:02 +02:00
parent 670157e444
commit d490cd1386

View File

@ -1,20 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
name: extra-resources
namespace: argocd
spec:
project: infra
source:
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git'
targetRevision: HEAD
path: charts/argo-cd
helm:
valueFiles:
- ../../manifests/argocd/values.yaml
path: manifests/extra-resources
destination:
server: https://kubernetes.default.svc
namespace: argocd
namespace: infra
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true