Christian Niehoff
Christian Niehoff
Since then you can use the `additionalServiceMonitors` feature in the Prometheus-Operator. That's what we are using right now. ``` prometheus: additionalServiceMonitors: - name: traefik selector: matchLabels: ... ```
It seems it is connected to https://github.com/helm/helm/issues/7862. Here the explanation: > But, inside the function LocateChart that finds the chart it looks on the local filesystem before checking if a...
Thanks for opening a feature request @mmerkes ! I was not aware of that previous change. We went with option 2 and put `--dns-cluster-ip` beside `--b64-cluster-ca` and `--apiserver-endpoint` as an...