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: docs/modules/ROOT/pages/references/parameters.adoc
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ This parameter can be used to configure a ClusterRole (by name) which the sync j
42
42
The ClusterRole must exist on the cluster.
43
43
The component doesn't offer support to deploy an additional ClusterRole.
44
44
45
+
Additionally, the component creates a `ClusterRoleBinding` to the provided ClusterRole for the statefulset-resize-controller.
46
+
This ensures that the controller can create RoleBindings for the provided ClusterRole.
47
+
45
48
If the parameter is the empty string, no additional ClusterRole is configured for the sync jobs.
46
49
47
50
For example, this parameter can be used to allow the sync jobs to use a non-default PodSecurityPolicy, by specifying a ClusterRole which allows using that PodSecurityPolicy.
0 commit comments