please god
This commit is contained in:
parent
92bf99a618
commit
45b9553b92
2 changed files with 16 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ metadata:
|
||||||
name: customer1-pgdb
|
name: customer1-pgdb
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
spec:
|
spec:
|
||||||
|
managed:
|
||||||
|
roles:
|
||||||
|
- name: customer1
|
||||||
|
ensure: present
|
||||||
|
login: true
|
||||||
|
passwordSecret:
|
||||||
|
name: customer1-db-credentials
|
||||||
instances: 3
|
instances: 3
|
||||||
imageName: ghcr.io/cloudnative-pg/postgresql:15.2
|
imageName: ghcr.io/cloudnative-pg/postgresql:15.2
|
||||||
storage:
|
storage:
|
||||||
|
|
|
||||||
9
customer1-db-credentials.yamlv
Normal file
9
customer1-db-credentials.yamlv
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
password: cGV0dWsxazE3MTE2NjY=
|
||||||
|
username: Y3VzdG9tZXIx
|
||||||
|
kind: Secret
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
name: customer1-db-credentials
|
||||||
|
namespace: customer1
|
||||||
Loading…
Add table
Reference in a new issue