revert env section deletion (#10655)

This commit is contained in:
Valerii Kretinin
2023-11-28 12:47:46 +04:00
committed by GitHub
parent c2e3071a33
commit cf3ac625da

View File

@ -224,6 +224,12 @@ spec:
# needed only for topology aware setup
#- "--feature-gates=Topology=true"
#- "--strict-topology"
env:
- name: ADDRESS
value: /csi/csi.sock
volumeMounts:
- mountPath: /csi
name: socket-dir
{% if vsphere_csi_provisioner_resources | length > 0 %}
resources:
{{ vsphere_csi_provisioner_resources | default({}) | to_nice_yaml | trim | indent(width=12) }}