23 lines
604 B
YAML
23 lines
604 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: csi-driver-smb
|
||
|
namespace: argo-cd
|
||
|
spec:
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: kube-system
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated: {}
|
||
|
sources:
|
||
|
- repoURL: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||
|
chart: csi-driver-smb
|
||
|
targetRevision: v1.18.0
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- $values/storage/csi-driver-smb/values.yaml
|
||
|
- repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog
|
||
|
targetRevision: master
|
||
|
ref: values
|