Skip to content

Commit

Permalink
Add dns policy for NogeAgents
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Apr 8, 2024
1 parent 55d627c commit 1bfe7b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/cloudstack-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ podMonitor:

## CloudStack CSI Controller Defaults
controller:
enabled: true
attacher:
image:
repository: registry.k8s.io/sig-storage/csi-attacher
Expand Down Expand Up @@ -93,6 +94,7 @@ controller:

## CloudStack CSI Node Defaults
node:
enabled: true
nodeDriverRegistrar:
image:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
Expand All @@ -115,6 +117,7 @@ node:
- name: cacert
hostPath:
path: /etc/cacert
dnsPolicy: ClusterFirstWithHostNet

podSecurityContext: {}

Expand Down Expand Up @@ -142,6 +145,7 @@ node:

## CloudStack Storage Class Synecr Job Defaults
syncer:
enabled: true
# Job image
image:
repository: "ghcr.io/leaseweb/cloudstack-csi-sc-syncer"
Expand Down

0 comments on commit 1bfe7b7

Please sign in to comment.