Make webhook fail policy configurable (#124)

This patch makes the webhook fail policy configurable.

---------

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2023-03-15 12:55:07 -07:00
committed by GitHub
parent 9ccbd3c67f
commit 2e3f045826
3 changed files with 6 additions and 2 deletions
@@ -47,6 +47,7 @@ A Helm chart to install the SPIRE server.
| controllerManager.service.annotations | object | `{}` | |
| controllerManager.service.port | int | `443` | |
| controllerManager.service.type | string | `"ClusterIP"` | |
| controllerManager.validatingWebhookConfiguration.failurePolicy | string | `"Fail"` | |
| dataStorage.accessMode | string | `"ReadWriteOnce"` | |
| dataStorage.enabled | bool | `true` | |
| dataStorage.size | string | `"1Gi"` | |