This commit is contained in:
19
manifests/00-system-stuff/pg-secret.yaml
Normal file
19
manifests/00-system-stuff/pg-secret.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
labels:
|
||||
app: postgres
|
||||
type: Opaque
|
||||
data:
|
||||
postgres-root-username: cm9vdA==
|
||||
postgres-root-password: bXlwYXNzd29yZA==
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: postgres-configmap
|
||||
labels:
|
||||
app: postgres
|
||||
data:
|
||||
postgres-dbname: mydb
|
||||
Reference in New Issue
Block a user