Files
truecharts/charts/dependency/postgresql/templates/secret.yaml
Kjeld Schouten-Lebbing 47cad0cd50 feat(deps): move deps to incubator (#1311)
* feat(deps): move deps to incubator and alias the common chart

* reverse a tryout

* fixup a postgresql mistake
2021-11-12 20:00:12 +01:00

15 lines
455 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ include "common.names.fullname" . }}
labels:
{{- include "common.labels" . | nindent 4 }}
annotations:
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
type: Opaque
data:
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
postgresql-postgres-password: {{ ( .Values.postgrespassword | default "empty" ) | b64enc | quote }}