Skip to content

Commit 0d59028

Browse files
committed
docs: add mutating webhook config
Signed-off-by: Marco Orovecchia <[email protected]>
1 parent 8d10a25 commit 0d59028

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chart/open-feature-operator/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)