This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/redis-ha] Fix label selector of haproxy servicemonitor (#20209)
* [stable/redis-ha] Fix label selector of haproxy servicemonitor The old servicemonitor did not actually match the deployed service, because the service uses redis-ha.fullname as a label (https://github.com/helm/charts/blob/master/stable/redis-ha/templates/redis-haproxy-service.yaml#L9) but the servicemonitor matches redis-ha.name. Signed-off-by: Max Rosin <m.rosin@syseleven.de> * Raise chart version after rebase Signed-off-by: Max Rosin <git@hackrid.de>
- Loading branch information