diff --git a/manifest/kube-prometheus-stack/values.yaml b/manifest/kube-prometheus-stack/values.yaml index db460cd..589ebe1 100644 --- a/manifest/kube-prometheus-stack/values.yaml +++ b/manifest/kube-prometheus-stack/values.yaml @@ -4308,7 +4308,7 @@ prometheus: ## prometheus resource to be created with selectors based on values in the helm deployment, ## which will also match the servicemonitors created ## - serviceMonitorSelectorNilUsesHelmValues: true + serviceMonitorSelectorNilUsesHelmValues: false ## ServiceMonitors to be selected for target discovery. ## If {}, select all ServiceMonitors @@ -4331,7 +4331,7 @@ prometheus: ## prometheus resource to be created with selectors based on values in the helm deployment, ## which will also match the podmonitors created ## - podMonitorSelectorNilUsesHelmValues: true + podMonitorSelectorNilUsesHelmValues: false ## PodMonitors to be selected for target discovery. ## If {}, select all PodMonitors