File tree Expand file tree Collapse file tree 3 files changed +35
-6
lines changed Expand file tree Collapse file tree 3 files changed +35
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : argoproj.io/v1alpha1
3
+ kind : Application
4
+ metadata :
5
+ name : csi-driver-smb
6
+ namespace : argocd
7
+ spec :
8
+ project : default
9
+
10
+ source :
11
+ repoURL : https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
12
+ chart : csi-driver-smb
13
+ targetRevision : 1.18.0
14
+ helm :
15
+ releaseName : csi-driver-smb
16
+ values : |
17
+ controller:
18
+ replicas: 1
19
+ linux:
20
+ kubelet: /var/lib/k0s/kubelet/
21
+ destination :
22
+ server : https://kubernetes.default.svc
23
+ namespace : kube-system
24
+ syncPolicy :
25
+ automated :
26
+ selfHeal : true
27
+ prune : true
28
+ syncOptions :
29
+ - CreateNamespace=false
Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : kustomize.config.k8s.io/v1alpha1
3
+ kind : Component
4
+ resources :
5
+ - application.yaml
Original file line number Diff line number Diff line change 2
2
apiVersion : " kustomize.config.k8s.io/v1beta1"
3
3
kind : " Kustomization"
4
4
commonLabels :
5
- app : " csi-smb-node"
6
- resources :
7
- - " csi-smb-controller.yaml"
8
- - " csi-smb-driver.yaml"
9
- - " csi-smb-node.yaml"
10
- - " rbac-csi-smb.yaml"
5
+ app : " csi-smb"
You can’t perform that action at this time.
0 commit comments