mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +00:00
10 lines
179 B
YAML
10 lines
179 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: database-secret
|
|
namespace: dg0400-lifesub-ns
|
|
type: Opaque
|
|
stringData:
|
|
POSTGRES_USER: "dg0400"
|
|
POSTGRES_PASSWORD: "Hi5Jessica!"
|