We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aca8cde + 4b88af4 commit 262f017Copy full SHA for 262f017
charts/k8s-aws-ebs-tagger/Chart.yaml
@@ -13,5 +13,5 @@ keywords:
13
sources:
14
- https://github.com/mtougeron/k8s-aws-ebs-tagger
15
16
-version: 1.2.0
+version: 1.2.1
17
appVersion: v0.0.4
charts/k8s-aws-ebs-tagger/templates/servicemonitor.yaml
@@ -5,6 +5,9 @@ metadata:
5
name: {{ include "k8s-aws-ebs-tagger.fullname" . }}
6
labels:
7
{{- include "k8s-aws-ebs-tagger.labels" . | nindent 4 }}
8
+ {{- with .Values.serviceMonitorLabels }}
9
+ {{- toYaml . | nindent 4 }}
10
+ {{- end }}
11
spec:
12
endpoints:
- port: metrics
charts/k8s-aws-ebs-tagger/values.yaml
@@ -77,6 +77,7 @@ annotationPrefix: ""
77
watchNamespace: ""
78
79
serviceMonitor: false
80
+serviceMonitorLabels: {}
81
82
debug: false
83
0 commit comments