You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prometheusServers: |
server1:
# The URL of the prometheus server
url: http://Prometheus_Server_URL
# The list of supported exporters for the above prometheus server
exporters:
- cassandra
- istio
- jmx-tomcat
- node
- redis
- webdriver
The text was updated successfully, but these errors were encountered:
The operator is looking for global values for
prometheusServers
https://github.com/turbonomic/prometurbo/blob/master/deploy/prometurbo/templates/configmap-prometurbo.yaml
but there is no value defined for it in the config
deploy/prometurbo-operator/config/crd/bases/charts.helm.k8s.io_prometurboes.yaml
The outcome of this is a default configmap with
https://github.com/turbonomic/prometurbo/blob/master/deploy/prometurbo/values.yaml
The text was updated successfully, but these errors were encountered: