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 # ... configurationInstance Properties
Section titled “Instance Properties”Available properties:
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
annotations | object / null | No | - | Annotations to set on the item. |
enabled | boolean | No | true | Set to false to disable the RoleBinding or ClusterRoleBin… |
forceRename | string | No | - | Override the default resource name. Mutually exclusive wi… |
labels | object / null | No | - | Labels to set on the item. |
prefix | string | No | “ | Prefix to prepend to the resource name. Mutually exclusiv… |
roleRef | object | Yes | - | Reference the Role or ClusterRole to bind to. |
subjects | array | Yes | - | Set the subjects for the RoleBinding or ClusterRoleBinding. |
suffix | string | No | - | Suffix to append to the resource name. Defaults to the re… |
type | string | Yes | RoleBinding | Set the type of RBAC binding. Supported values: RoleBindi… |
Property Details
Section titled “Property Details”enabled
Section titled “enabled”Set to false to disable the RoleBinding or ClusterRoleBinding.
forceRename
Section titled “forceRename”Override the default resource name. Mutually exclusive with prefix and suffix.
prefix
Section titled “prefix”Prefix to prepend to the resource name. Mutually exclusive with forceRename.
suffix
Section titled “suffix”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