Skip to content

Commit bb28bbe

Browse files
authored
Enable CSI Node configuration for csi-ceph module (#59)
Signed-off-by: Aleksandr Zimin <[email protected]>
1 parent e8d94f9 commit bb28bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/helm_lib/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: library
33
name: deckhouse_lib_helm
4-
version: 1.23.0
4+
version: 1.24.0
55
description: "Helm utils template definitions for Deckhouse modules."

charts/helm_lib/templates/_csi_node.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ memory: 25Mi
2828
{{- $driverRegistrarImageName := join "" (list "csiNodeDriverRegistrar" $kubernetesSemVer.Major $kubernetesSemVer.Minor) }}
2929
{{- $driverRegistrarImage := include "helm_lib_module_common_image_no_fail" (list $context $driverRegistrarImageName) }}
3030
{{- if $driverRegistrarImage }}
31-
{{- if or (include "_helm_lib_cloud_or_hybrid_cluster" $context) ($context.Values.global.enabledModules | has "ceph-csi") ($context.Values.global.enabledModules | has "csi-nfs") }}
31+
{{- if or (include "_helm_lib_cloud_or_hybrid_cluster" $context) ($context.Values.global.enabledModules | has "ceph-csi") ($context.Values.global.enabledModules | has "csi-nfs") ($context.Values.global.enabledModules | has "csi-ceph") }}
3232
{{- if ($context.Values.global.enabledModules | has "vertical-pod-autoscaler-crd") }}
3333
---
3434
apiVersion: autoscaling.k8s.io/v1

0 commit comments

Comments
 (0)