Skip to content

Commit

Permalink
[prometheus-node-exporter] Remove toYaml function in extraManifests t…
Browse files Browse the repository at this point in the history
…emplate (#3799)

Analogous to #3287 made for prometheus chart

Signed-off-by: Sho Ce <[email protected]>
  • Loading branch information
shoce authored Sep 14, 2023
1 parent 183caee commit d1c27b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-node-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- prometheus
- exporter
type: application
version: 4.23.0
version: 4.23.1
appVersion: 1.6.1
home: https://github.com/prometheus/node_exporter/
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ range .Values.extraManifests }}
---
{{ tpl (toYaml .) $ }}
{{ tpl . $ }}
{{ end }}
3 changes: 2 additions & 1 deletion charts/prometheus-node-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ verticalPodAutoscaler:

# Extra manifests to deploy as an array
extraManifests: []
# - apiVersion: v1
# - |
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: prometheus-extra
Expand Down

0 comments on commit d1c27b9

Please sign in to comment.