You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ServiceMonitor defaults to release.Namespace instead of monitoring namespace (#1507) (#1537)
* fix: redis-sentinel ServiceMonitor defaults to release.Namespace instead of monitoring namespace (#1507)
Signed-off-by: Mario Trangoni <[email protected]>
* fix: Fix ServiceMonitor logic, as the serviceMonitor is the object that could be installed somewhere else.
Signed-off-by: Mario Trangoni <[email protected]>
* fix: Fix redis-cluster ServiceMonitor logic, as the serviceMonitor is the object that could be installed somewhere else.
Signed-off-by: Mario Trangoni <[email protected]>
* fix: Fix redis-replication ServiceMonitor logic, as the serviceMonitor is the object that could be installed somewhere else.
Signed-off-by: Mario Trangoni <[email protected]>
* fix: Fix redis ServiceMonitor logic, as the serviceMonitor is the object that could be installed somewhere else.
Signed-off-by: Mario Trangoni <[email protected]>
---------
Signed-off-by: Mario Trangoni <[email protected]>
| serviceMonitor.namespace | string |`""`|Namespace where servicemonitor resource will be created, if empty it will be created in the same namespace as the redis-cluster|
| serviceMonitor.namespace | string |`""`|Namespace where servicemonitor resource will be created, if empty it will be created in the same namespace as the redis-replication|
| serviceMonitor.namespace | string |`""`|Namespace where servicemonitor resource will be created, if empty it will be created in the same namespace as the redis-sentinel|
0 commit comments