Skip to content

Commit 1ce7fbf

Browse files
authored
misc: fix helm high availability property (requarks#4490)
***NO_CI***
1 parent 999f20e commit 1ce7fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/helm/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
name: {{ template "wiki.postgresql.secret" . }}
5252
{{- end }}
5353
key: {{ template "wiki.postgresql.secretKey" . }}
54-
- name: HA
54+
- name: HA_ACTIVE
5555
value: {{ .Values.replicaCount | int | le 2 | quote }}
5656
ports:
5757
- name: http

0 commit comments

Comments
 (0)