15 lines
362 B
YAML
15 lines
362 B
YAML
|
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
|