Initial chart import from local infrastructure/
This commit is contained in:
11
templates/postgres-secret.yaml
Normal file
11
templates/postgres-secret.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "instance.fullname" . }}-pg
|
||||
labels:
|
||||
{{- include "instance.labels" . | nindent 4 }}
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_USER: {{ .Values.postgres.user | quote }}
|
||||
POSTGRES_PASSWORD: {{ include "instance.pgPassword" . | quote }}
|
||||
POSTGRES_DB: {{ .Values.postgres.database | quote }}
|
||||
Reference in New Issue
Block a user