File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : 1.16.0
33description : A Jaeger Helm chart for Kubernetes
44name : jaeger
5- version : 0.18.2
5+ version : 0.18.3
66keywords :
77 - jaeger
88 - opentracing
Original file line number Diff line number Diff 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 -}}
You can’t perform that action at this time.
0 commit comments