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

Unable to enable Prometheus probe #69

Closed
bzurkowski opened this issue Apr 28, 2020 · 0 comments · Fixed by #70
Closed

Unable to enable Prometheus probe #69

bzurkowski opened this issue Apr 28, 2020 · 0 comments · Fixed by #70
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bzurkowski
Copy link
Member

Setting probes.prometheus.enabled to true does not enable the Prometheus probe. It is always disabled.

The config parameter is set incorrectly in the config map:

      prometheus:
        enabled: {{ .Values.probes.kubernetes.prometheud }}
        url: {{ .Values.probes.prometheus.url }}
        resync_period: {{ .Values.probes.prometheus.resync_period }}
@bzurkowski bzurkowski added the bug Something isn't working label Apr 28, 2020
@bzurkowski bzurkowski added this to the 0.2 milestone Apr 28, 2020
@bzurkowski bzurkowski self-assigned this Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant