We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e363c commit 0c9d57aCopy full SHA for 0c9d57a
azure-votes-postgresql/manifests/postgres-votes-demo.yaml
@@ -25,7 +25,9 @@ spec:
25
name: Standard_D4s_v3
26
tier: GeneralPurpose
27
administratorLogin: ${USERNAME}
28
- administratorLoginPassword: ${PASSWORD}
+ administratorLoginPassword:
29
+ name: postgres-secret
30
+ key: PASSWORD
31
storage:
32
storageSizeGB: 128
33
---
@@ -64,4 +66,4 @@ stringData:
64
66
PASSWORD: "$PASSWORD"
65
67
SERVER: "$SERVER.postgres.database.azure.com"
68
DATABASE: "votedb"
- PORT: "5432"
69
+ PORT: "5432"
0 commit comments