postgresql-auth.yaml 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 apiVersion: v1 kind: Secret metadata: name: {{ include "postgresql-rclone.fullname" . }}-auth stringData: POSTGRES_USER: {{ .Values.postgresql.auth.postgresqlUser }} POSTGRES_PASSWORD: {{ .Values.postgresql.auth.postgresqlPassword }}