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
Describe the bug
Under certain conditions vault chart does not install correct ServiceMonitor selector.
When I set values to server.service.active: false and service.ha.enabled: true, ServiceMonitor is created with selector vault-active: 'true' but only service with vault-internal: true label exists.
To Reproduce
Steps to reproduce the behavior:
Install chart with provided values
Wrong ServiceMonitor is created and target is not observable in prometheus
Expected behavior
ServiceMonitor is created with correct selector
Environment
Kubernetes version: 1.28
Distribution or cloud vendor (OpenShift, EKS, GKE, AKS, etc.): EKS
Describe the bug
Under certain conditions vault chart does not install correct ServiceMonitor selector.
When I set values to
server.service.active: false
andservice.ha.enabled: true
, ServiceMonitor is created with selectorvault-active: 'true'
but only service withvault-internal: true
label exists.To Reproduce
Steps to reproduce the behavior:
Expected behavior
ServiceMonitor is created with correct selector
Environment
Chart values:
The text was updated successfully, but these errors were encountered: