mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
9 lines
196 B
YAML
9 lines
196 B
YAML
# lifesub/deployment/manifest/secrets/mysub-secret.yaml
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: mysub-secret
|
|
type: Opaque
|
|
stringData:
|
|
POSTGRES_USER: "admin"
|
|
POSTGRES_PASSWORD: "Passw0rd" |