File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ storage.deckhouse.io/csi-nfs-node: ""
199199{{- $_ := set $csiControllerConfig "extraCreateMetadataEnabled" true }}
200200{{- $_ := set $csiControllerConfig "livenessProbePort" 4229 }}
201201{{- $_ := set $csiControllerConfig "csiControllerHaMode" true }}
202+ {{- $_ := set $csiControllerConfig "forceCsiControllerPrivilegedContainer" true }}
202203{{- $_ := set $csiControllerConfig "additionalControllerArgs" (include "csi_controller_args" . | fromYamlArray) }}
203204{{- $_ := set $csiControllerConfig "additionalControllerEnvs" (include "csi_controller_envs" . | fromYamlArray) }}
204205{{- $_ := set $csiControllerConfig "additionalControllerVolumes" (include "csi_additional_controller_volume" . | fromYamlArray) }}
You can’t perform that action at this time.
0 commit comments