Skip to content

Commit

Permalink
make compatible with kube-prom 63.x (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai authored Oct 1, 2024
1 parent 63ce9a4 commit 60d4ece
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions manifests/kube-prometheus-stack.values
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,7 @@ prometheus:
## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the PrometheusRule resources created
##
ruleSelectorNilUsesHelmValues: true
# ruleSelectorNilUsesHelmValues: true

## PrometheusRules to be selected for target discovery.
## If {}, select all PrometheusRules
Expand All @@ -3592,7 +3592,7 @@ prometheus:
## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the servicemonitors created
##
serviceMonitorSelectorNilUsesHelmValues: false
# serviceMonitorSelectorNilUsesHelmValues: false

## ServiceMonitors to be selected for target discovery.
## If {}, select all ServiceMonitors
Expand All @@ -3615,7 +3615,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: true

## PodMonitors to be selected for target discovery.
## If {}, select all PodMonitors
Expand All @@ -3637,7 +3637,7 @@ prometheus:
## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the probes created
##
probeSelectorNilUsesHelmValues: true
# probeSelectorNilUsesHelmValues: true

## Probes to be selected for target discovery.
## If {}, select all Probes
Expand All @@ -3659,7 +3659,7 @@ prometheus:
## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the scrapeConfigs created
##
scrapeConfigSelectorNilUsesHelmValues: true
# scrapeConfigSelectorNilUsesHelmValues: true

## scrapeConfigs to be selected for target discovery.
## If {}, select all scrapeConfigs
Expand Down Expand Up @@ -4485,7 +4485,7 @@ thanosRuler:
## prometheus resource to be created with selectors based on values in the helm deployment,
## which will also match the PrometheusRule resources created
##
ruleSelectorNilUsesHelmValues: true
# ruleSelectorNilUsesHelmValues: true

## PrometheusRules to be selected for target discovery.
## If {}, select all PrometheusRules
Expand Down

0 comments on commit 60d4ece

Please sign in to comment.