Skip to content

Commit 1bfe7b7

Browse files
committed
Add dns policy for NogeAgents
1 parent 55d627c commit 1bfe7b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/cloudstack-csi/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ podMonitor:
1818

1919
## CloudStack CSI Controller Defaults
2020
controller:
21+
enabled: true
2122
attacher:
2223
image:
2324
repository: registry.k8s.io/sig-storage/csi-attacher
@@ -93,6 +94,7 @@ controller:
9394

9495
## CloudStack CSI Node Defaults
9596
node:
97+
enabled: true
9698
nodeDriverRegistrar:
9799
image:
98100
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
@@ -115,6 +117,7 @@ node:
115117
- name: cacert
116118
hostPath:
117119
path: /etc/cacert
120+
dnsPolicy: ClusterFirstWithHostNet
118121

119122
podSecurityContext: {}
120123

@@ -142,6 +145,7 @@ node:
142145

143146
## CloudStack Storage Class Synecr Job Defaults
144147
syncer:
148+
enabled: true
145149
# Job image
146150
image:
147151
repository: "ghcr.io/leaseweb/cloudstack-csi-sc-syncer"

0 commit comments

Comments
 (0)