diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index a129ac0..bec965b 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -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