Skip to content

Commit bb6242e

Browse files
zyue110026FxKu
andauthored
fix: replicaCount not being respect (zalando#2708)
Co-authored-by: Felix Kunde <[email protected]>
1 parent eef4950 commit bb6242e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/postgres-operator-ui/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
name: {{ template "postgres-operator-ui.fullname" . }}
1010
namespace: {{ .Release.Namespace }}
1111
spec:
12-
replicas: 1
12+
replicas: {{ .Values.replicaCount }}
1313
selector:
1414
matchLabels:
1515
app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
@@ -102,4 +102,4 @@ spec:
102102
{{ toYaml .Values.tolerations | indent 8 }}
103103
{{- if .Values.priorityClassName }}
104104
priorityClassName: {{ .Values.priorityClassName }}
105-
{{- end }}
105+
{{- end }}

0 commit comments

Comments
 (0)