We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d627c commit 1bfe7b7Copy full SHA for 1bfe7b7
1 file changed
charts/cloudstack-csi/values.yaml
@@ -18,6 +18,7 @@ podMonitor:
18
19
## CloudStack CSI Controller Defaults
20
controller:
21
+ enabled: true
22
attacher:
23
image:
24
repository: registry.k8s.io/sig-storage/csi-attacher
@@ -93,6 +94,7 @@ controller:
93
94
95
## CloudStack CSI Node Defaults
96
node:
97
98
nodeDriverRegistrar:
99
100
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
@@ -115,6 +117,7 @@ node:
115
117
- name: cacert
116
118
hostPath:
119
path: /etc/cacert
120
+ dnsPolicy: ClusterFirstWithHostNet
121
122
podSecurityContext: {}
123
@@ -142,6 +145,7 @@ node:
142
145
143
146
## CloudStack Storage Class Synecr Job Defaults
144
147
syncer:
148
149
# Job image
150
151
repository: "ghcr.io/leaseweb/cloudstack-csi-sc-syncer"
0 commit comments