homelab-gitops/management/platform-apps/nfs-subdir.yaml
gwg313 d7281ecee8
nfs-subdir
Signed-off-by: gwg313 <gwg313@pm.me>
2026-05-17 22:36:32 -04:00

23 lines
564 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nfs-provisioner
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
path: platform/nfs-subdir
repoURL: 'https://github.com/gwg313/homelab-gitops.git'
targetRevision: main
destination:
server: 'https://kubernetes.default.svc'
namespace: nfs-subdir-external-provisioner
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true