backend redesign
This commit is contained in:
7
deploy/k8s/prod/secrets/postgres-secret.yaml.example
Normal file
7
deploy/k8s/prod/secrets/postgres-secret.yaml.example
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
type: Opaque
|
||||
stringData:
|
||||
password: "CHANGE_THIS_IN_PRODUCTION"
|
||||
Reference in New Issue
Block a user