Delete taint for provisioner

This commit is contained in:
Nyroux 2022-11-16 23:30:10 +03:00
parent ffed042f5c
commit a1a001ce27

View file

@ -72,11 +72,6 @@ spec:
tolerations: tolerations:
- key: node-role.kubernetes.io/master - key: node-role.kubernetes.io/master
operator: Exists operator: Exists
- key: CriticalAddonsOnly
operator: Exists
- operator: Exists
effect: NoExecute
tolerationSeconds: 300
{{- with .Values.tolerations.controller }} {{- with .Values.tolerations.controller }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}