File tree Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Expand file tree Collapse file tree 2 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -602,3 +602,24 @@ The default value is **true**.
602
602
.. code-block:: yaml
603
603
604
604
subresourceEnabled: true
605
+
606
+ .. _webhook-install-cluster-role:
607
+
608
+ webhook.installClusterRole
609
+ --------------------------
610
+
611
+ Flag allows you to configure user :k8sdocs:`validating admission
612
+ webhooks </reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook>`
613
+ for |k8s| :k8sdocs:`cluster roles
614
+ </reference/access-authn-authz/rbac/#default-roles-and-role-bindings>` .
615
+
616
+
617
+ Set this flag to ``false`` if your deployment doesn't allow |k8s| cluster
618
+ roles.
619
+
620
+ The default value is **true**.
621
+
622
+ .. code-block:: yaml
623
+
624
+ webhook:
625
+ installClusterRole: false
Original file line number Diff line number Diff line change @@ -50,9 +50,10 @@ Helm Chart Installation Changes
50
50
- Adds an ``operator.maxConcurrentReconciles`` parameter that allows
51
51
you to control the number of reconciliations the |k8s-op-short| can
52
52
perform in parallel. The default value is 1.
53
- - Adds the ``operator.webhook.installClusterRole`` parameter that
53
+ - Adds the :ref:`operator.webhook.installClusterRole
54
+ <webhook-install-cluster-role>` parameter that
54
55
controls whether to install the cluster role allowing the |k8s-op-short|
55
- to configure admission webhooks. Set this parameter to false when
56
+ to configure admission webhooks. Set this parameter to `` false`` when
56
57
the cluster roles aren't allowed. The default value is ``true``.
57
58
58
59
Bug Fixes
@@ -162,12 +163,6 @@ New Features
162
163
Helm Chart Installation Changes
163
164
`````````````````````````````````
164
165
165
- - Adds a new ``operator.webhook.registerConfiguration`` parameter that
166
- controls whether the |k8s-op-short| should perform an automatic admission
167
- webhook configuration by setting the ``MDB_WEBHOOK_REGISTER_CONFIGURATION``
168
- environment variable for the |k8s-op-short|. The default is ``true``.
169
- The variable is set to ``false`` for OLM and OpenShift deployments.
170
-
171
166
- Changes the default ``agent.version`` to ``107.0.0.8502-1``. This changes
172
167
the default Agent used in |k8s-op-short| deployments that you install using
173
168
a Helm chart.
You can’t perform that action at this time.
0 commit comments