We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fc7566 + dfb30e6 commit f79e8d4Copy full SHA for f79e8d4
charts/cluster-autoscaler/Chart.yaml
@@ -11,4 +11,4 @@ name: cluster-autoscaler
11
sources:
12
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
13
type: application
14
-version: 9.42.0
+version: 9.43.0
charts/cluster-autoscaler/templates/servicemonitor.yaml
@@ -6,8 +6,10 @@ metadata:
6
{{- if .Values.serviceMonitor.namespace }}
7
namespace: {{ .Values.serviceMonitor.namespace }}
8
{{- end }}
9
+ {{- if .Values.serviceMonitor.annotations }}
10
annotations:
{{ toYaml .Values.serviceMonitor.annotations | indent 4 }}
+ {{- end }}
labels:
{{- range $key, $value := .Values.serviceMonitor.selector }}
15
{{ $key }}: {{ $value | quote }}
0 commit comments