From ca3bfeee0a732d11ab7b70a285e5dc5c3a0efa96 Mon Sep 17 00:00:00 2001
From: Nyroux <v.papchenko@ideco.ru>
Date: Wed, 16 Nov 2022 23:30:10 +0300
Subject: [PATCH] Delete taint for provisioner

---
 deploy/helm/templates/provisioner.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/deploy/helm/templates/provisioner.yaml b/deploy/helm/templates/provisioner.yaml
index 46d0bb8..f70a50b 100644
--- a/deploy/helm/templates/provisioner.yaml
+++ b/deploy/helm/templates/provisioner.yaml
@@ -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 }}