We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3966dc0 commit 53af0e0Copy full SHA for 53af0e0
charts/helm_lib/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
type: library
3
name: deckhouse_lib_helm
4
-version: 1.64.1
+version: 1.64.2
5
description: "Helm utils template definitions for Deckhouse modules."
charts/helm_lib/templates/_csi_controller.tpl
@@ -187,7 +187,7 @@ metadata:
187
188
spec:
189
{{- if $csiControllerHaMode }}
190
- {{- include "helm_lib_deployment_strategy_and_replicas_for_ha" $context | nindent 2 }}
+ {{- include "helm_lib_deployment_on_master_strategy_and_replicas_for_ha" $context | nindent 2 }}
191
{{- else }}
192
replicas: 1
193
strategy:
0 commit comments