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