Skip to content

Commit

Permalink
docs: add mutating webhook config
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Orovecchia <[email protected]>
  • Loading branch information
Oro committed Nov 4, 2024
1 parent 8d10a25 commit 0d59028
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chart/open-feature-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ The command removes all the Kubernetes components associated with the chart and
| `labels` | Labels to apply to all of the pods in the operator. | `{}` |
| `annotations` | Annotations to apply to all of the pods in the operator. | `{}` |

### Mutating Webhook configuration

| Name | Description | Value |
| -------------------------------- | --------------------------------------------------------- | -------- |
| `mutatingWebhook.failurePolicy` | FailurePolicy when the webhook does not respond | `Ignore` |
| `mutatingWebhook.objectSelector` | ObjectSelector on which pods the mutatingWebhook will run | `{}` |

### Sidecar configuration

| Name | Description | Value |
Expand Down

0 comments on commit 0d59028

Please sign in to comment.