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 26e036c commit f071882Copy full SHA for f071882
1 file changed
k8s/portfolio/postgres/secret.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: v1
2
+kind: Secret
3
+metadata:
4
+ name: postgres-secret
5
+type: Opaque
6
+stringData:
7
+ POSTGRES_DB: app
8
+ POSTGRES_USER: postgres
9
+ POSTGRES_PASSWORD: postgres
0 commit comments