Skip to content

Commit c8db48b

Browse files
add argo helm chart for smb-csi-driver
1 parent 1bc49a1 commit c8db48b

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1alpha1
3+
kind: Component
4+
resources:
5+
- application.yaml

infra/csi-smb/kustomization.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22
apiVersion: "kustomize.config.k8s.io/v1beta1"
33
kind: "Kustomization"
44
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"

0 commit comments

Comments
 (0)