mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
10 lines
203 B
YAML
10 lines
203 B
YAML
{{- if .Values.global.database.password -}}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: pg-postgresql
|
|
type: Opaque
|
|
data:
|
|
postgres-password: {{ .Values.global.database.password | b64enc }}
|
|
{{- end }}
|