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
To fix it I had to add a --set property to the helm install command as the following
helm install metrics prometheus-community/kube-prometheus-stack --wait --atomic -f /Users/pzg/Documents/Camunda-Consulting/Load-Test-Challenge/camunda-8-helm-profiles-main/metrics/..//metrics/prometheus-operator-values.yml --set prometheusOperator.tlsProxy.enabled=false --namespace default --set prometheus.prometheusSpec.scrapeConfigNamespaceSelector=null
My colleague Pierre and Ariv did not ran into the same issue so not sure what could be going on.
The text was updated successfully, but these errors were encountered:
When running make metrics I ran into the following error
Error: INSTALLATION FAILED: template: kube-prometheus-stack/templates/prometheus/prometheus.yaml:262:11: executing "kube-prometheus-stack/templates/prometheus/prometheus.yaml" at <ne .Values.prometheus.prometheusSpec.scrapeConfigNamespaceSelector nil>: error calling ne: uncomparable type map[string]interface {}: map[]
make: *** [metrics] Error 1
To fix it I had to add a --set property to the helm install command as the following
helm install metrics prometheus-community/kube-prometheus-stack --wait --atomic -f /Users/pzg/Documents/Camunda-Consulting/Load-Test-Challenge/camunda-8-helm-profiles-main/metrics/..//metrics/prometheus-operator-values.yml --set prometheusOperator.tlsProxy.enabled=false --namespace default --set prometheus.prometheusSpec.scrapeConfigNamespaceSelector=null
My colleague Pierre and Ariv did not ran into the same issue so not sure what could be going on.
The text was updated successfully, but these errors were encountered: