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
PR #151 introduced a serviceMonitor but did not include a parameter to add additional labels to the resource.
serviceMonitor
Add support for connect.serviceMonitor.additionalLabels as is commonly supported in other charts.
connect.serviceMonitor.additionalLabels
The only option today is to add labels to all connect resources via connect.labels.
connect.labels
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
PR #151 introduced a
serviceMonitor
but did not include a parameter to add additional labels to the resource.Use cases
Proposed solution
Add support for
connect.serviceMonitor.additionalLabels
as is commonly supported in other charts.Is there a workaround to accomplish this today?
The only option today is to add labels to all connect resources via
connect.labels
.The text was updated successfully, but these errors were encountered: