Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Nov 14, 2024
1 parent bab9d4e commit fb78ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/csi/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
{{- $_ := set $csiControllerConfig "additionalControllerVolumeMounts" (include "csi_additional_controller_volume_mounts" . | fromYamlArray) }}

{{- if .Values.csiNfs.v3support }}
{{- $_ := set $csiControllerConfig "initContainers" (include "csi_init_containers" . | fromYaml) }}
{{- $_ := set $csiControllerConfig "initContainers" (include "csi_init_containers" . | fromYamlArray) }}
{{- end }}

{{- include "helm_lib_csi_controller_manifests" (list . $csiControllerConfig) }}
Expand Down

0 comments on commit fb78ead

Please sign in to comment.