This commit is contained in:
2025-04-22 06:18:49 -05:00
parent 64b4d9b0b8
commit 5a8fa58e9b
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: nfs
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: infra/nfs
destination:
namespace: kube-system
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true