From e059d9176a76646f5e6a0301461d8ff73b9dc6c6 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 13 Nov 2023 17:22:00 +0100 Subject: [PATCH] Install the samba driver Signed-off-by: Martyn Ranyard --- everything-app/csi4samba.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 everything-app/csi4samba.yaml diff --git a/everything-app/csi4samba.yaml b/everything-app/csi4samba.yaml new file mode 100644 index 0000000..7d34f6b --- /dev/null +++ b/everything-app/csi4samba.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: csi4samba + namespace: argocd +spec: + destination: + namespace: kube-system + server: https://kubernetes.default.svc + project: infra + source: + chart: csi-driver-smb + repoURL: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts + targetRevision: v1.13.0