please god

This commit is contained in:
sirius0xdev 2026-01-06 05:41:53 +00:00
parent 92bf99a618
commit 45b9553b92
2 changed files with 16 additions and 0 deletions

View file

@ -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:

View file

@ -0,0 +1,9 @@
apiVersion: v1
data:
password: cGV0dWsxazE3MTE2NjY=
username: Y3VzdG9tZXIx
kind: Secret
metadata:
creationTimestamp: null
name: customer1-db-credentials
namespace: customer1