diff --git a/production/helm/values.yaml b/production/helm/values.yaml
index 4628fbef0a232800ec76936bceef3d61d382517e..2a293ed0d54312528ad3e8304a97c8a87be8840f 100644
--- a/production/helm/values.yaml
+++ b/production/helm/values.yaml
@@ -122,9 +122,12 @@ promtail:
   ## Tolerations for pod assignment
   ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
   ##
-  tolerations: []
+  tolerations:
+    - key: node-role.kubernetes.io/master
+      effect: NoSchedule
+
 
   ## Affinity for pod assignment
   ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
   ##
-  affinity: {}
\ No newline at end of file
+  affinity: {}