Skip to content

Commit

Permalink
set rbac again
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Mar 12, 2024
1 parent ea17d8e commit 9640b1f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions aws/fiware/dome-wallet/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ postgresql:
secretKeys:
adminPasswordKey: postgres-root-password
userPasswordKey: postgres-password
global:
compatibility:
openshift:
adaptSecurityContext: force
rbac:
create: true
rules:
- apiGroups:
- security.openshift.io
resourceNames:
- anyuid
resources:
- securitycontextconstraints
verbs:
- use
serviceAccount:
create: true
primary:
Expand Down

0 comments on commit 9640b1f

Please sign in to comment.