We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The operator now creates a ServiceMonitor by default, taking over the chart's ServiceMonitor if it exists. So manager.serviceMonitor.enabled is redundant, a ServiceMonitor will always be created.
manager.serviceMonitor.enabled
I don't want a ServiceMonitor, so I used this workaround:
manager: extraArgs: - --enable-cr-metrics=false
Also tracked on the operator repo as open-telemetry/opentelemetry-operator#3474
The text was updated successfully, but these errors were encountered:
@jaronoff97 how do you want to handle this in the chart?
Sorry, something went wrong.
i was away when this was added... but i was under the impression this was only the case in openshift environments. Looking.
No branches or pull requests
The operator now creates a ServiceMonitor by default, taking over the chart's ServiceMonitor if it exists. So
manager.serviceMonitor.enabled
is redundant, a ServiceMonitor will always be created.I don't want a ServiceMonitor, so I used this workaround:
Also tracked on the operator repo as open-telemetry/opentelemetry-operator#3474
The text was updated successfully, but these errors were encountered: