infra/argocd-apps/nfs-subdir.yaml
2026-03-18 07:28:04 +02:00

25 lines
523 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nfs-subdir
namespace: argocd
labels:
env: infra
spec:
project: infra
source:
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git'
targetRevision: HEAD
path: charts/nfs-subdir
helm:
valueFiles:
- ../../manifests/nfs-subdir/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
automated:
prune: true
selfHeal: true