1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-06 00:47:16 +01:00
Files
prometheus-operator/pkg/server
Simon Pasquier e198cbd9ea chore: use apiserver controller to reload certs
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>
2023-12-04 17:12:29 +01:00
..