pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Fix PodMonitor name conflicts for multiple releases in same namespace
Signed-off-by: Edward Zeng [email protected]
Fixes #257
Motivation
Fix PodMonitor name conflicts for multiple releases in same namespace
Modifications
Use release name instead of hardcode pulsar.name
for pod monitor name.
Verifying this change
- [x] Make sure that the change passes the CI checks.
/cc @tuteng
In order to include this in the upcoming release, I committed my suggestion.
We failed the lint-test for the previous commit due to an unexpected error. I merged master into this branch to get the latest tests to run.
Closing and re-opening to get the latest changes to the CI pipeline.