Skip to content

Commit

Permalink
chore: honor labels as well
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 2, 2024
1 parent 5c6f403 commit 001acfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ available config parameters:
| `kube-prometheus-stack.kube-state-metrics.image.repository` | string | `"kubeprometheusstack/kube-state-metrics"` | |
| `kube-prometheus-stack.kube-state-metrics.image.tag` | string | `"v2.10.0"` | |
| `kube-prometheus-stack.kube-state-metrics.prometheus.monitor.enabled` | bool | `true` | |
| `kube-prometheus-stack.kube-state-metrics.prometheus.monitor.honorLabels` | bool | `false` | |
| `kube-prometheus-stack.kube-state-metrics.prometheus.monitor.honorLabels` | bool | `true` | |
| `kube-prometheus-stack.kube-state-metrics.rbac.create` | bool | `true` | |
| `kube-prometheus-stack.kube-state-metrics.releaseLabel` | bool | `true` | |
| `kube-prometheus-stack.kube-state-metrics.selfMonitor.enabled` | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ kube-prometheus-stack:
prometheus:
monitor:
enabled: true
honorLabels: false
honorLabels: true
selfMonitor:
enabled: true
nodeExporter:
Expand Down

0 comments on commit 001acfd

Please sign in to comment.