mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 13:09:10 +00:00
add manifest
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# lifesub/deployment/manifest/secrets/mysub-secret.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: mysub-secret
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_USER: "admin"
|
||||
POSTGRES_PASSWORD: "Passw0rd"
|
||||
Reference in New Issue
Block a user