Ability to add the admissions webhook #596
-
Hi, I'm trying to move from defining the prometheus-operator with helm to jsonnet (Tanka more specifically). So far it's been pretty smooth, but I'm struggling to find an easy way to add the admissions webhook for validating prometheusRules. I've managed to find this commit which updates the docs to explain adding an admission webhook. This seems to be different to how it is added when defining admissionWebHooks:
enabled: true As I can't seem to see the additional flags mentioned in the docs on the prometheus operator container when the admissionWebHook is enabled using Helm. Is there an easy way to add this using the kube-prometheus jsonnet library? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think this has been integrated in kube-prometheus yet. I think this is a great addition though! It shouldn't be that complicted, we just need to add the webhook configurations pointing at the prometheus operator. |
Beta Was this translation helpful? Give feedback.
I don't think this has been integrated in kube-prometheus yet. I think this is a great addition though! It shouldn't be that complicted, we just need to add the webhook configurations pointing at the prometheus operator.