mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:01:01 +00:00
23 lines
564 B
YAML
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
|