allow set annotations for admission Jobs (#7979)
* allow set annotations for admission Jobs Signed-off-by: Alex Co <tuanclq@gmail.com> * Bump chart version & update CHANGELOG Signed-off-by: Alex Co <tuanclq@gmail.com> * Bump chart version again Signed-off-by: Alex Co <tuanclq@gmail.com> * Add example Signed-off-by: Alex Co <tuanclq@gmail.com>
This commit is contained in:
parent
27037a1919
commit
ea1099abc9
5 changed files with 16 additions and 1 deletions
|
|
@ -563,6 +563,11 @@ controller:
|
|||
|
||||
admissionWebhooks:
|
||||
annotations: {}
|
||||
# ignore-check.kube-linter.io/no-read-only-rootfs: "This deployment needs write access to root filesystem".
|
||||
|
||||
## Additional annotations to the admission webhooks.
|
||||
## These annotations will be added to the ValidatingWebhookConfiguration and
|
||||
## the Jobs Spec of the admission webhooks.
|
||||
enabled: true
|
||||
failurePolicy: Fail
|
||||
# timeoutSeconds: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue