We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb7326 commit 433de2eCopy full SHA for 433de2e
1 file changed
CHANGELOG.md
@@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file.
6
7
### Fixed
8
9
-- Prevent Pod 0 restart by utilizing mutating webhook ([#387]).
+- BREAKING: Prevent Pod 0 restart by utilizing mutating webhook.
10
+ The commons-operator now needs the RBAC permission to `create` and `patch`
11
+ `mutatingwebhookconfigurations`. Because of this, the webhook can be disabled using
12
+ `--disable-restarter-mutating-webhook` or by setting the `DISABLE_RESTARTER_MUTATING_WEBHOOK`
13
+ env variable ([#387]).
14
15
[#387]: https://github.com/stackabletech/commons-operator/pull/387
16
0 commit comments