Skip to content
Snippets Groups Projects
Verified Commit 9eadfca4 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(monitoring): Fix broken namespace selectors

The namespace selector topic in the helm chart is a bit of a mess, but
github issues seem to help:

https://github.com/prometheus-operator/prometheus-operator/issues/3636
parent 63b69860
No related branches found
No related tags found
No related merge requests found
......@@ -158,22 +158,18 @@ spec:
allowedHostPaths: []
volumes: []
prometheusSpec:
ruleNamespaceSelector:
any: true
ruleSelectorNilUsesHelmValues: true
ruleNamespaceSelector: {}
ruleSelectorNilUsesHelmValues: false
ruleSelector: {}
serviceMonitorSelectorNilUsesHelmValues: true
serviceMonitorSelectorNilUsesHelmValues: false
serviceMonitorSelector: {}
serviceMonitorNamespaceSelector:
any: true
podMonitorSelectorNilUsesHelmValues: true
serviceMonitorNamespaceSelector: {}
podMonitorSelectorNilUsesHelmValues: false
podMonitorSelector: {}
podMonitorNamespaceSelector:
any: true
probeSelectorNilUsesHelmValues: true
podMonitorNamespaceSelector: {}
probeSelectorNilUsesHelmValues: false
probeSelector: {}
probeNamespaceSelector:
any: true
probeNamespaceSelector: {}
retention: 14d
retentionSize: ""
walCompression: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment