Skip to content

Commit 5b3824d

Browse files
committed
helm chart: fix compatibility with helm >=2.15.0
1 parent 889380c commit 5b3824d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/binderhub/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
replicas: {{ .Values.replicas }}
77
strategy:
88
rollingUpdate:
9-
{{- if eq .Values.replicas 1.0 }}
9+
{{- if eq (.Values.replicas | int) 1 }}
1010
maxSurge: 1
1111
maxUnavailable: 0
1212
{{- end }}

0 commit comments

Comments
 (0)