Skip to content

Commit 1d54363

Browse files
authored
Add POSTGRES_PASSWORD to backend-secret
1 parent 1b40eb8 commit 1d54363

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

k8s/portfolio/backend/env/secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ metadata:
44
name: backend-secret
55
type: Opaque
66
stringData:
7+
POSTGRES_PASSWORD: "postgres"
78
FIRST_SUPERUSER: "admin@example.com"
89
FIRST_SUPERUSER_PASSWORD: "admin123"

0 commit comments

Comments
 (0)