Unverified Commit 525f7581 authored by Andrew Yefanov's avatar Andrew Yefanov Committed by GitHub

misc: fix helm high availability property (#4490)

***NO_CI***
parent 2916ec58
...@@ -51,7 +51,7 @@ spec: ...@@ -51,7 +51,7 @@ spec:
name: {{ template "wiki.postgresql.secret" . }} name: {{ template "wiki.postgresql.secret" . }}
{{- end }} {{- end }}
key: {{ template "wiki.postgresql.secretKey" . }} key: {{ template "wiki.postgresql.secretKey" . }}
- name: HA - name: HA_ACTIVE
value: {{ .Values.replicaCount | int | le 2 | quote }} value: {{ .Values.replicaCount | int | le 2 | quote }}
ports: ports:
- name: http - name: http
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment