Skip to content

Commit 3b6fafa

Browse files
Created postgres secret in backstage namespace
1 parent 5c62a3a commit 3b6fafa

File tree

1 file changed

+10
-0
lines changed
  • deployment/kubernetes/postgres/helm/templates

1 file changed

+10
-0
lines changed

Diff for: deployment/kubernetes/postgres/helm/templates/secret.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ metadata:
44
name: postgres-secrets
55
namespace: {{ .Values.namespace }}
66
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
717
data:
818
POSTGRES_USER: {{ .Values.postgres.username }}
919
POSTGRES_PASSWORD: {{ .Values.postgres.password }}

0 commit comments

Comments
 (0)