Skip to content
Snippets Groups Projects
Unverified Commit cf3ac625 authored by Valerii Kretinin's avatar Valerii Kretinin Committed by GitHub
Browse files

revert env section deletion (#10655)

parent c2e3071a
Branches
Tags
No related merge requests found
......@@ -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) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment