Skip to content

Commit

Permalink
pin to 62.x values format
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed Oct 15, 2024
1 parent 3903a26 commit 4284835
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 4284835

Please sign in to comment.