mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-06 09:46:16 +01:00
This commit removes the dependency on `github.com/brancz/kube-rbac-proxy` which was only needed to reload the TLS certificate and key files dynamically. Instead the operator and admission webhook server use the `DynamicServingCertificateController` from `k8s.io/apiserver` which is a proven solution. Signed-off-by: Simon Pasquier <spasquie@redhat.com>