We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c62a3a commit 3b6fafaCopy full SHA for 3b6fafa
deployment/kubernetes/postgres/helm/templates/secret.yaml
@@ -4,6 +4,16 @@ metadata:
4
name: postgres-secrets
5
namespace: {{ .Values.namespace }}
6
type: Opaque
7
+data:
8
+ POSTGRES_USER: {{ .Values.postgres.username }}
9
+ POSTGRES_PASSWORD: {{ .Values.postgres.password }}
10
+---
11
+apiVersion: v1
12
+kind: Secret
13
+metadata:
14
+ name: postgres-secrets
15
+ namespace: backstage
16
+type: Opaque
17
data:
18
POSTGRES_USER: {{ .Values.postgres.username }}
19
POSTGRES_PASSWORD: {{ .Values.postgres.password }}
0 commit comments