roles
(Cluster)Role objects to be generated by the chart
object
Keys are identifiers for roles instances.
roles: 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 Role or ClusterRole. |
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… |
rules | array | Yes | - | Set the rules for the Role or ClusterRole. |
suffix | string | No | - | Suffix to append to the resource name. Defaults to the re… |
type | string | Yes | Role | Set the type of RBAC resource. Supported values: Role, Cl… |
Property Details
Section titled “Property Details”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 resource. Supported values: Role, ClusterRole.
Allowed values: Role, ClusterRole