Skip to content

Commit

Permalink
Update jsonnet/kube-prometheus/components/prometheus.libsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Krupa <pawel@krupa.net.pl>
  • Loading branch information
arajkumar and paulfantom authored Jan 4, 2022
1 parent 8468d8c commit 59409e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/kube-prometheus/components/prometheus.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ local defaults = {
namespace: defaults.namespace,
},
sidecar: {
selector: _config.thanosSelector,
selector: defaults.mixin._config.thanosSelector,
thanosPrometheusCommonDimensions: 'namespace, pod',
},
},
Expand Down

0 comments on commit 59409e4

Please sign in to comment.