Skip to content

Commit

Permalink
[stable/node-problem-detector]: additionalRelabelings value right place
Browse files Browse the repository at this point in the history
  • Loading branch information
r2ronoha committed Sep 6, 2023
1 parent 8a4d607 commit 57af2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/node-problem-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ helm install my-release deliveryhero/node-problem-detector -f values.yaml
| metrics.annotations | object | `{}` | Override all default annotations when `metrics.enabled=true` with specified values. |
| metrics.enabled | bool | `false` | Expose metrics in Prometheus format with default configuration. |
| metrics.prometheusRule.additionalLabels | object | `{}` | |
| metrics.prometheusRule.additionalRelabelings | list | `[]` | |
| metrics.prometheusRule.additionalRules | list | `[]` | |
| metrics.prometheusRule.defaultRules.create | bool | `true` | |
| metrics.prometheusRule.defaultRules.disabled | list | `[]` | |
| metrics.prometheusRule.enabled | bool | `false` | |
| metrics.serviceMonitor.additionalLabels | object | `{}` | |
| metrics.serviceMonitor.additionalRelabelings | list | `[]` | |
| metrics.serviceMonitor.enabled | bool | `false` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/node-problem-detector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ metrics:
serviceMonitor:
enabled: false
additionalLabels: {}
additionalRelabelings: []
prometheusRule:
enabled: false
defaultRules:
create: true
disabled: []
additionalLabels: {}
additionalRelabelings: []
additionalRules: []

env:
Expand Down

0 comments on commit 57af2fa

Please sign in to comment.