Skip to content

Commit 1189506

Browse files
[prometheus-adapter] Add extra objects template (#5479)
Signed-off-by: Sebastian Gaiser <[email protected]>
1 parent 0b60795 commit 1189506

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Diff for: charts/prometheus-adapter/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: prometheus-adapter
3-
version: 4.13.0
3+
version: 4.14.0
44
appVersion: v0.12.0
55
description: A Helm chart for k8s prometheus adapter
66
home: https://github.com/kubernetes-sigs/prometheus-adapter
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{ range .Values.extraManifests }}
2+
---
3+
{{ tpl (toYaml .) $ }}
4+
{{ end }}

Diff for: charts/prometheus-adapter/values.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,13 @@ certManager:
302302
# Defaults to nil.
303303
caCertRevisionHistoryLimit:
304304
certRevisionHistoryLimit:
305+
306+
## Extra manifests to deploy as an array
307+
extraManifests: []
308+
# - apiVersion: v1
309+
# kind: ConfigMap
310+
# metadata:
311+
# labels:
312+
# name: prometheus-extra
313+
# data:
314+
# extra-data: "value"

0 commit comments

Comments
 (0)