File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,13 @@ The command removes all the Kubernetes components associated with the chart and
108108| ` labels ` | Labels to apply to all of the pods in the operator. | ` {} ` |
109109| ` annotations ` | Annotations to apply to all of the pods in the operator. | ` {} ` |
110110
111+ ### Mutating Webhook configuration
112+
113+ | Name | Description | Value |
114+ | -------------------------------- | --------------------------------------------------------- | -------- |
115+ | ` mutatingWebhook.failurePolicy ` | FailurePolicy when the webhook does not respond | ` Ignore ` |
116+ | ` mutatingWebhook.objectSelector ` | ObjectSelector on which pods the mutatingWebhook will run | ` {} ` |
117+
111118### Sidecar configuration
112119
113120| Name | Description | Value |
You can’t perform that action at this time.
0 commit comments