Fix for [stable/kong] servicemonitor.yaml: error converting YAML to JSON #19956 (#19992)

Signed-off-by: Jennifer Lentz <jlentz@finishline.com>
This commit is contained in:
jlentzfl
2020-01-10 09:50:36 -08:00
committed by Kubernetes Prow Robot
parent 651f4c576c
commit 9ca01ba30d
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ maintainers:
email: harry@konghq.com
name: kong
sources:
version: 0.36.2
version: 0.36.3
appVersion: 1.4
+8
View File
@@ -461,6 +461,14 @@ value is your SMTP password.
## Changelog
### 0.36.3
> PR https://github.com/helm/charts/pull/19992
#### Fixed
- Fix spacing in ServiceMonitor when label is specified in config
### 0.36.2
> PR https://github.com/helm/charts/pull/19955
+1 -1
View File
@@ -9,7 +9,7 @@ metadata:
labels:
{{- include "kong.metaLabels" . | nindent 4 }}
{{- if .Values.serviceMonitor.labels }}
{{ toYaml .Values.serviceMonitor.labels | indent 4 }}
{{ toYaml .Values.serviceMonitor.labels | nindent 4 }}
{{- end }}
spec:
endpoints: