jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
265 stars 340 forks source link

[Feature]: Allow tolerations in All-In-One #432

Open mmgil opened 1 year ago

mmgil commented 1 year ago

Requirement

Add support the tolerations in all-in-one deployment:

{{- with .Values.allInOne.tolerations }} tolerations: {{- toYaml . | nindent 8 }} {{- end }}

Problem

I cant set tolerations in all-in-one

Proposal

Allow set tolerations in all-in-one

Open questions

No response