We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999f20e commit 1ce7fbfCopy full SHA for 1ce7fbf
dev/helm/templates/deployment.yaml
@@ -51,7 +51,7 @@ spec:
51
name: {{ template "wiki.postgresql.secret" . }}
52
{{- end }}
53
key: {{ template "wiki.postgresql.secretKey" . }}
54
- - name: HA
+ - name: HA_ACTIVE
55
value: {{ .Values.replicaCount | int | le 2 | quote }}
56
ports:
57
- name: http
0 commit comments