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.
2 parents 889380c + 5b3824d commit 9302684Copy full SHA for 9302684
helm-chart/binderhub/templates/deployment.yaml
@@ -6,7 +6,7 @@ spec:
6
replicas: {{ .Values.replicas }}
7
strategy:
8
rollingUpdate:
9
- {{- if eq .Values.replicas 1.0 }}
+ {{- if eq (.Values.replicas | int) 1 }}
10
maxSurge: 1
11
maxUnavailable: 0
12
{{- end }}
0 commit comments