18 lines
412 B
YAML
18 lines
412 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
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|