Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make metrics failure #94

Open
patozgg opened this issue Nov 8, 2024 · 0 comments
Open

Make metrics failure #94

patozgg opened this issue Nov 8, 2024 · 0 comments

Comments

@patozgg
Copy link

patozgg commented Nov 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant