We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98c0c3 commit 28c3045Copy full SHA for 28c3045
scripts/devtron-reference-helm-charts/statefulset-chart_5-1-0/templates/servicemonitor.yaml
@@ -55,6 +55,10 @@ spec:
55
{{- if .servicemonitor.metricRelabelings}}
56
metricRelabelings:
57
{{toYaml .servicemonitor.metricRelabelings | indent 8 }}
58
+ {{- end }}
59
+ {{- if .servicemonitor.relabelings }}
60
+ relabelings:
61
+{{ toYaml .servicemonitor.relabelings | indent 8 }}
62
{{- end }}
63
64
@@ -94,6 +98,10 @@ spec:
94
98
95
99
96
100
101
102
103
104
97
105
106
107
0 commit comments