Skip to content

Commit 4027afd

Browse files
authored
Add strict topology flag to the external provisioner of the EBS driver deployment (#1607)
1 parent d65c317 commit 4027afd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

charts/internal/seed-controlplane/charts/csi-driver-controller/templates/csi-driver-controller-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ spec:
136136
- --kube-api-burst=200
137137
- --worker-threads=100
138138
- --retry-interval-max=10m
139+
- --strict-topology
139140
- --v=5
140141
{{- if ((.Values.csiProvisioner).featureGates) }}
141142
- --feature-gates={{ range $feature, $enabled := .Values.csiProvisioner.featureGates }}{{ $feature }}={{ $enabled }},{{ end }}

0 commit comments

Comments
 (0)