Yash Patel
Yash Patel
i raised a [pr](https://github.com/prometheus-operator/prometheus-operator/pull/6358) for accessing certificates from volumes for prometheus-server and alertmanager
I think for "ThanosRuler doesn't even have any options to configure the web server TLS options" I should have to work on this
@ArthurSens @slashpai can you review this pr
i have ran the make generate but don't know why the checks are failing?
@simonpasquier done
``` var routes []*route if len(in.Routes) > 0 { routes = make([]*route, len(in.Routes)) children, err := in.ChildRoutes() if err != nil { // The controller should already have checked that...
@slashpai any suggestion how to do that?
so for this "automountServiceAccountToken: false + automatically inject the SA token into the prometheus container" we have to get token first using serviceAccountName and namespace and then inject it to...
Can't find any k8 api for geting serviceaccount token, so do we have to create a trial pod with a volume mounted to location "/var/run/secrets/kubernetes.io/serviceaccount" to get the token value...