Skip to content

Commit

Permalink
[prometheus-json-exporter] Add extra manifests field (#4694)
Browse files Browse the repository at this point in the history
* Update version

Signed-off-by: Tournier Quentin <[email protected]>

* Create extra-manifests.yaml

Signed-off-by: Tournier Quentin <[email protected]>

* Update values.yaml

Signed-off-by: Tournier Quentin <[email protected]>

---------

Signed-off-by: Tournier Quentin <[email protected]>
  • Loading branch information
QuentinTournier40 authored Jul 6, 2024
1 parent 1867ed4 commit 27be665
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-json-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.12.0
version: 0.13.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ range .Values.extraManifests }}
---
{{ tpl . $ }}
{{ end }}
11 changes: 11 additions & 0 deletions charts/prometheus-json-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,14 @@ extraInitContainers: []
extraArgs: []
# - name: --config.file
# value: /app/config/myconfig.yml

# Extra manifests to deploy as an array
extraManifests: []
# - |
# apiVersion: v1
# kind: ConfigMap
# metadata:
# labels:
# name: prometheus-json-exporter-extra
# data:
# extra-data: "value"

0 comments on commit 27be665

Please sign in to comment.