Restore missing CNPG role fields: connectionLimit, ensure, inherit

This commit is contained in:
gitea-admin
2026-03-07 15:58:23 +00:00
parent d56b527005
commit aa69ea650d
3 changed files with 28 additions and 7 deletions

View File

@@ -18,15 +18,24 @@ spec:
instances: 1
managed:
roles:
- login: true
- connectionLimit: -1
ensure: present
inherit: true
login: true
name: ag_appserver
passwordSecret:
name: ag-appserver
- login: true
- connectionLimit: -1
ensure: present
inherit: true
login: true
name: ag_importer
passwordSecret:
name: ag-db-importer
- login: true
- connectionLimit: -1
ensure: present
inherit: true
login: true
name: ag_report
passwordSecret:
name: ag-report