mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
revert env section deletion (#10655)
This commit is contained in:
@@ -224,6 +224,12 @@ spec:
|
|||||||
# needed only for topology aware setup
|
# needed only for topology aware setup
|
||||||
#- "--feature-gates=Topology=true"
|
#- "--feature-gates=Topology=true"
|
||||||
#- "--strict-topology"
|
#- "--strict-topology"
|
||||||
|
env:
|
||||||
|
- name: ADDRESS
|
||||||
|
value: /csi/csi.sock
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: /csi
|
||||||
|
name: socket-dir
|
||||||
{% if vsphere_csi_provisioner_resources | length > 0 %}
|
{% if vsphere_csi_provisioner_resources | length > 0 %}
|
||||||
resources:
|
resources:
|
||||||
{{ vsphere_csi_provisioner_resources | default({}) | to_nice_yaml | trim | indent(width=12) }}
|
{{ vsphere_csi_provisioner_resources | default({}) | to_nice_yaml | trim | indent(width=12) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user