diff --git a/stable/yugabyte/templates/service.yaml b/stable/yugabyte/templates/service.yaml index 0d77d02d19..51b8590872 100644 --- a/stable/yugabyte/templates/service.yaml +++ b/stable/yugabyte/templates/service.yaml @@ -186,6 +186,10 @@ spec: {{- if $root.Values.nodeSelector }} nodeSelector: {{ toYaml $root.Values.nodeSelector | indent 8 }} + {{- end }} + {{- if $root.Values.tolerations }} + tolerations: +{{ toYaml $root.Values.tolerations | indent 8 }} {{- end }} affinity: # Set the anti-affinity selector scope to YB masters.