Skip to content

Commit

Permalink
Add RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
dwendland committed Jan 10, 2024
1 parent e9f966e commit c7577fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion aws/dsba/marketplace/postgis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ postgresql:
adminPasswordKey: postgres-root-password
userPasswordKey: postgres-password



rbac:
create: true
rules:
- apiGroups:
- security.openshift.io
resourceNames:
- anyuid
resources:
- securitycontextconstraints
verbs:
- use

# Init DB
primary:
initdb:
Expand Down

0 comments on commit c7577fc

Please sign in to comment.