Merge pull request #36 from NyrouxHide/master

Delete taint for provisioner
This commit is contained in:
Vitaliy Filippov 2022-11-17 01:17:26 +03:00 committed by GitHub
commit 514c0131dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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