mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/jaeger] Fix indent of tolerations (#19365)
This will fix #19363 Signed-off-by: Hidetake Iwata <int128@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ff0f907795
commit
a5316aa95d
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user