nfs-subdir

Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2026-05-17 22:24:56 -04:00
parent bf61a80fee
commit d7281ecee8
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
5 changed files with 88 additions and 0 deletions

View file

@ -8,5 +8,6 @@ resources:
- tetragon-policies.yaml
- sealed-secrets.yaml
- cert-manager.yaml
- nfs-subdir.yaml
- forgejo.yaml
- navidrome.yaml

View file

@ -0,0 +1,23 @@
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