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: charts/capsule/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ The following Values have changed key or Value:
170
170
| manager.rbac.create | bool |`true`| Specifies whether RBAC resources should be created. |
171
171
| manager.rbac.existingClusterRoles | list |`[]`| Specifies further cluster roles to be added to the Capsule manager service account. |
172
172
| manager.rbac.existingRoles | list |`[]`| Specifies further cluster roles to be added to the Capsule manager service account. |
173
+
| manager.rbac.minimal | bool |`false`| DEPRECATED: use strict instead. Former name of the strict option; takes effect when either flag is true. |
173
174
| manager.rbac.role.extraResources | list |`[]`| Extra namespaced RBAC PolicyRules to add to a Role created by this chart and bound to the Capsule ServiceAccount. |
174
175
| manager.rbac.strict | bool |`false`| Strongly restrict the RBAC assigned to Capsule Controller. When set to true you must aggregate further permissions by yourself. |
175
176
| manager.readinessProbe | object |`{"httpGet":{"path":"/readyz","port":10080}}`| Configure the readiness probe using Deployment probe spec |
0 commit comments