You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/stash/README.md
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,6 @@ The following table lists the configurable parameters of the Stash chart and the
59
59
|`annotations`| Annotations applied to operator pod(s) |`{}`|
60
60
|`nodeSelector`| Node labels for pod assignment |`{}`|
61
61
|`tolerations`| Tolerations used pod assignment |`{}`|
62
-
|`rbac.create`| If `true`, create and use RBAC resources |`true`|
63
62
|`serviceAccount.create`| If `true`, create a new service account |`true`|
64
63
|`serviceAccount.name`| Service account to be used. If not set and `serviceAccount.create` is `true`, a name is generated using the fullname template | `` |
65
64
|`apiserver.groupPriorityMinimum`| The minimum priority the group should have. | 10000 |
@@ -91,23 +90,4 @@ installing the chart. For example:
By default the chart will not install the recommended RBAC roles and rolebindings.
96
93
97
-
You need to have the flag `--authorization-mode=RBAC` on the api server. See the following document for how to enable [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/).
98
-
99
-
To determine if your cluster supports RBAC, run the following command:
100
-
101
-
```console
102
-
$ kubectl api-versions | grep rbac
103
-
```
104
-
105
-
If the output contains "beta", you may install the chart with RBAC enabled (see below).
106
-
107
-
### Enable RBAC role/rolebinding creation
108
-
109
-
To enable the creation of RBAC resources (On clusters with RBAC). Do the following:
0 commit comments