helmfile.yaml
1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
environments:
default:
values:
- images:
registry:
csi_attacher:
registry:
tag:
csi_node_driver_registrar:
registry:
tag:
csi_provisioner:
registry:
tag:
csi_snapshotter:
registry:
tag:
hostpathplugin:
registry:
tag:
foo: bar
---
releases:
- name: csi-driver-host-path
chart: charts/csi-driver-host-path
jsonPatches:
- target:
kind: StatefulSet
name: csi-hostpathplugin
version: v1
group: apps
patch:
- op: remove
path: /spec/template/spec/containers/0/volumeMounts/2
- op: replace
path: /spec/template/spec/containers/0/volumeMounts/1/mountPath
value: /var/lib/kubelet
- op: remove
path: /spec/template/spec/containers/0/volumeMounts/1/mountPropagation
- op: replace
path: /spec/template/spec/volumes/1/hostPath/path
value: /var/lib/kubelet