Description
Is your feature request related to a problem ?
At the moment the helm chart contains Prometheus, and Grafana, and Alertmanager, and a whole load of dashboards, policies and other things. Could we get a chart for just the Prometheus operator. I already have a Grafana instance using grafana-operator so i just need Prometheus.
Describe the solution you'd like.
I think it follows the helm chart model as well if the individual parts of this are broken down into separate components. Then if we just need a part we can install that. This chart could then be a aggregator to maintain compatibility using the other charts as dependencies. I think this is where you're headed with #3548. My person preference is to be able to have separate configurations for the different components. It makes debugging a lot easier when I'm investigating a problem i can easier identify in my source which folder has the config for the app I'm looking for.
Describe alternatives you've considered.
At the moment I have to install the above stack just specifying Prometheus. Then all my pod names come out as:
prometheus-kube-prometheus-operator-7745bc94fc-dqffg
prometheus-prometheus-kube-prometheus-prometheus-0
I can also go with the standalone crd chart but there isn't a standalone controller, only the admission webhook.
Additional context.
No response