[bitnami/mongodb] Support for custom RBAC rules (#6537)

This commit is contained in:
Juan Ariza Toledano
2021-06-02 12:42:49 +02:00
committed by GitHub
parent 4bccf26da8
commit a1efd31ab4
4 changed files with 17 additions and 1 deletions

View File

@@ -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