diff --git a/infra/argocd/templates/nfs.yaml b/infra/argocd/templates/nfs.yaml new file mode 100644 index 0000000..f7e964f --- /dev/null +++ b/infra/argocd/templates/nfs.yaml @@ -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 diff --git a/infra/nfs/Chart.yaml b/infra/nfs/Chart.yaml new file mode 100644 index 0000000..1a9ffb9 --- /dev/null +++ b/infra/nfs/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: nfs-csi +description: A Helm chart for Kubernetes +type: application + +version: 0.1.0 +appVersion: "1.16.0" + +dependencies: +- name: csi-driver-nfs + repository: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts + version: 4.11.0