Skip to content

Commit fdde22f

Browse files
committed
fix: comment indentation in helm chart values
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
1 parent 231c469 commit fdde22f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/prometheus-dellhw-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.0
18+
version: 1.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/prometheus-dellhw-exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Helm chart for the dellhw_exporter
44

5-
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-rc.1](https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square)
5+
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.0.0-rc.1](https://img.shields.io/badge/AppVersion-v2.0.0--rc.1-informational?style=flat-square)
66

77
## Get Repo Info
88

charts/prometheus-dellhw-exporter/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ additionalEnv: []
120120
# valueFrom:
121121
# fieldRef:
122122
# fieldPath: spec.nodeName
123-
# E.g., to enable the `chassis_info` collector you can add this env var
124-
# - name: DELLHW_EXPORTER_COLLECTORS_ADDITIONAL
125-
# value: "chassis_info"
126-
# List of nics to monitor
127-
# - name: DELLHW_EXPORTER_MONITORED_NICS
128-
# value: "nic1,nic2"
123+
# E.g., to enable the `chassis_info` collector you can add this env var
124+
#- name: DELLHW_EXPORTER_COLLECTORS_ADDITIONAL
125+
# value: "chassis_info"
126+
# List of nics to monitor
127+
#- name: DELLHW_EXPORTER_MONITORED_NICS
128+
# value: "nic1,nic2"
129129

130130
# -- Additional volumes to be mounted in the dellhw_exporter container.
131131
additionalVolumes: []

0 commit comments

Comments
 (0)