Fix indentation in CloudNativePG role configuration

This commit is contained in:
Marco van Zijl 2025-05-10 16:03:47 +02:00
parent c1eef7856c
commit f4dbca26ff

View File

@ -89,22 +89,22 @@ spec:
retentionPolicy: "60d"
managed:
roles:
- name: marco
connectionLimit: -1
inherit: true
ensure: present
login: true
superuser: true
passwordSecret:
name: postgres-marco
- name: authentik
connectionLimit: -1
inherit: true
ensure: present
login: true
createdb: true
passwordSecret:
name: postgres-authentik
- name: marco
connectionLimit: -1
inherit: true
ensure: present
login: true
superuser: true
passwordSecret:
name: postgres-marco
- name: authentik
connectionLimit: -1
inherit: true
ensure: present
login: true
createdb: true
passwordSecret:
name: postgres-authentik
---
apiVersion: objectbucket.io/v1alpha1
kind: ObjectBucketClaim