Install the samba driver
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
5361ebca3a
commit
e059d9176a
|
@ -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
|
Loading…
Reference in New Issue