Skip to content

Commit

Permalink
misc: fix helm high availability property (#4490)
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
goto1134 authored Oct 9, 2021
1 parent 2916ec5 commit 525f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
name: {{ template "wiki.postgresql.secret" . }}
{{- end }}
key: {{ template "wiki.postgresql.secretKey" . }}
- name: HA
- name: HA_ACTIVE
value: {{ .Values.replicaCount | int | le 2 | quote }}
ports:
- name: http
Expand Down

0 comments on commit 525f758

Please sign in to comment.