Skip to content

bindings

(Cluster)RoleBinding objects to be generated by the chart

object

Keys are identifiers for bindings instances.

bindings:
main:
enabled: true
# ... configuration
secondary:
enabled: true
# ... configuration

Available properties:

PropertyTypeRequiredDefaultDescription
annotationsobject / nullNo-Annotations to set on the item.
enabledbooleanNotrueSet to false to disable the RoleBinding or ClusterRoleBin…
forceRenamestringNo-Override the default resource name. Mutually exclusive wi…
labelsobject / nullNo-Labels to set on the item.
prefixstringNoPrefix to prepend to the resource name. Mutually exclusiv…
roleRefobjectYes-Reference the Role or ClusterRole to bind to.
subjectsarrayYes-Set the subjects for the RoleBinding or ClusterRoleBinding.
suffixstringNo-Suffix to append to the resource name. Defaults to the re…
typestringYesRoleBindingSet the type of RBAC binding. Supported values: RoleBindi…

Set to false to disable the RoleBinding or ClusterRoleBinding.

Override the default resource name. Mutually exclusive with prefix and suffix.

Prefix to prepend to the resource name. Mutually exclusive with forceRename.

Suffix to append to the resource name. Defaults to the resource identifier if there are multiple items, otherwise empty. Mutually exclusive with forceRename.

Set the type of RBAC binding. Supported values: RoleBinding, ClusterRoleBinding.

Allowed values: RoleBinding, ClusterRoleBinding