There are no tolerations in following yaml files. if you are using a tainted node, you'll need to add something similar to the code below to the yaml files noted. You'll need to change the path of the below, depending on the yaml file. Also, you'll need to add the tolerations option to the values.yaml.
gossip-encryption-autogenerate-job
tls-init-job
tls-init-cleanup-job
{{- if .Values.global.acls.tolerations }}
tolerations:
{{ tpl .Values.global.acls.tolerations . | indent 8 | trim }}
{{- end }}