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

Fix indentation in CCM ServiceMonitor #315

Merged
merged 1 commit into from
Oct 21, 2024

Commits on Jun 10, 2024

  1. Fix indentation in CCM ServiceMonitor

    The `honorLabels`, `authorization`, `scheme`, and `tlsConfig` fields are
    part of the Endpoint API, not the Spec. This indentation error caused the
    prometheus-operator to generate a scrape job configuration that specified
    http instead of https (because the scheme field was "missing". This in turn
    caused CCM-down alerts to fire because the scrape failed with a 400 error.
    rickardsjp committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f493a14 View commit details
    Browse the repository at this point in the history