helm: add option for external db (#15722)
This commit is contained in:
@@ -55,7 +55,7 @@ spec:
|
||||
{{- if .Values.postgresql.enabled }}
|
||||
name: {{ .Release.Name }}-postgresql
|
||||
{{- else }}
|
||||
name: {{ template "mastodon.fullname" . }}-postgresql
|
||||
name: {{ template "mastodon.fullname" . }}
|
||||
{{- end }}
|
||||
key: postgresql-password
|
||||
- name: "REDIS_PASSWORD"
|
||||
|
Reference in New Issue
Block a user