mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/mongodb] Support for custom RBAC rules (#6537)
This commit is contained in:
committed by
GitHub
parent
4bccf26da8
commit
a1efd31ab4
@@ -957,6 +957,18 @@ rbac:
|
||||
## that allows MongoDB(R) pods querying the K8s API
|
||||
##
|
||||
create: false
|
||||
role:
|
||||
## Custom rules to create following the role specification
|
||||
## e.g.
|
||||
## rules:
|
||||
## - apiGroups:
|
||||
## - ""
|
||||
## resources:
|
||||
## - pods
|
||||
## verbs:
|
||||
## - update
|
||||
##
|
||||
rules: []
|
||||
|
||||
## PodSecurityPolicy configuration
|
||||
## Be sure to also set rbac.create to true, otherwise Role and RoleBinding
|
||||
|
||||
Reference in New Issue
Block a user