Skip to content

Commit

Permalink
Added space in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Leegin <[email protected]>
  • Loading branch information
Leegin-darknight authored Jan 26, 2024
1 parent 014008d commit 2468905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3795,9 +3795,9 @@ prometheus:
# Set to 'false' to disable global sample_limit. or set to a number to override the default value.
sampleLimit: false

#EnforcedKeepDroppedTargetsLimit defines on the number of targets dropped by relabeling that will be kept in memory.
#The value overrides any spec.keepDroppedTargets set by ServiceMonitor, PodMonitor, Probe objects unless spec.keepDroppedTargets
#is greater than zero and less than spec.enforcedKeepDroppedTargets. 0 means no limit.
# EnforcedKeepDroppedTargetsLimit defines on the number of targets dropped by relabeling that will be kept in memory.

Check failure on line 3798 in charts/kube-prometheus-stack/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

3798:122 [trailing-spaces] trailing spaces
# The value overrides any spec.keepDroppedTargets set by ServiceMonitor, PodMonitor, Probe objects unless spec.keepDroppedTargets

Check failure on line 3799 in charts/kube-prometheus-stack/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

3799:134 [trailing-spaces] trailing spaces
# is greater than zero and less than spec.enforcedKeepDroppedTargets. 0 means no limit.
enforcedKeepDroppedTargets: 0

## EnforcedSampleLimit defines global limit on number of scraped samples that will be accepted. This overrides any SampleLimit
Expand Down

0 comments on commit 2468905

Please sign in to comment.