Skip to content

Commit 685a415

Browse files
authored
Fix indentation for cronjob affinity, nodeselector, tolerations (#22)
Signed-off-by: Naseem <naseemkullah@gmail.com>
1 parent d8ec893 commit 685a415

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

charts/jaeger/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.16.0
33
description: A Jaeger Helm chart for Kubernetes
44
name: jaeger
5-
version: 0.18.2
5+
version: 0.18.3
66
keywords:
77
- jaeger
88
- opentracing

charts/jaeger/templates/spark-cronjob.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ spec:
5757
resources:
5858
{{ toYaml .Values.spark.resources | indent 14 }}
5959
restartPolicy: OnFailure
60-
{{- with .Values.spark.nodeSelector }}
61-
nodeSelector:
62-
{{- toYaml . | nindent 12 }}
63-
{{- end }}
64-
{{- with .Values.spark.affinity }}
65-
affinity:
66-
{{- toYaml . | nindent 12 }}
67-
{{- end }}
68-
{{- with .Values.spark.tolerations }}
69-
tolerations:
70-
{{- toYaml . | nindent 12 }}
71-
{{- end }}
60+
{{- with .Values.spark.nodeSelector }}
61+
nodeSelector:
62+
{{- toYaml . | nindent 12 }}
63+
{{- end }}
64+
{{- with .Values.spark.affinity }}
65+
affinity:
66+
{{- toYaml . | nindent 12 }}
67+
{{- end }}
68+
{{- with .Values.spark.tolerations }}
69+
tolerations:
70+
{{- toYaml . | nindent 12 }}
71+
{{- end }}
7272
{{- end -}}

0 commit comments

Comments
 (0)