[incubator/jaeger] Fix indent of tolerations (#19365)

This will fix #19363

Signed-off-by: Hidetake Iwata <int128@gmail.com>
This commit is contained in:
Hidetake Iwata
2019-12-07 13:01:21 -08:00
committed by Kubernetes Prow Robot
parent ff0f907795
commit a5316aa95d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.15.1
description: A Jaeger Helm chart for Kubernetes
name: jaeger
version: 0.17.1
version: 0.17.2
keywords:
- jaeger
- opentracing
@@ -32,8 +32,8 @@ spec:
nodeSelector:
{{ toYaml .Values.spark.nodeSelector | indent 12 }}
{{- if .Values.spark.tolerations }}
tolerations:
{{ toYaml .Values.spark.tolerations | indent 8 }}
tolerations:
{{ toYaml .Values.spark.tolerations | indent 12 }}
{{- end }}
serviceAccountName: {{ template "jaeger.spark.serviceAccountName" . }}
containers: