Skip to content
Snippets Groups Projects
Verified Commit adeab0ee authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(postgres): Add missing deployment of aggregation roles

This patch instructs the helm chart to deploy the aggreation role, to
allow the namespace admin role to create and manage postgres clusters.
parent 4d5ca596
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,8 @@ spec: ...@@ -21,6 +21,8 @@ spec:
upgrade: upgrade:
crds: CreateReplace crds: CreateReplace
values: values:
rbac:
createAggregateClusterRoles: true
configGeneral: configGeneral:
sidecars: sidecars:
- name: "exporter" - name: "exporter"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment