Skip to content

Commit

Permalink
fix: deprecated *SelectorNilUsesHelmValues properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Sep 30, 2024
1 parent bf4053b commit f377312
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,16 @@ spec:
name: prometheus-additional-scrape-configs
key: additionalScrapeConfigs

podMonitorSelectorNilUsesHelmValues: false
probeSelectorNilUsesHelmValues: false
ruleSelectorNilUsesHelmValues: false
serviceMonitorSelectorNilUsesHelmValues: false
scrapeConfigSelectorNilUsesHelmValues: false
podMonitorSelector:
matchLabels: null
probeSelector:
matchLabels: null
ruleSelector:
matchLabels: null
scrapeConfigSelector:
matchLabels: null
serviceMonitorSelector:
matchLabels: null

enableFeatures:
- auto-gomemlimit
Expand Down

0 comments on commit f377312

Please sign in to comment.