diff --git a/production/helm/templates/promtail/daemonset.yaml b/production/helm/templates/promtail/daemonset.yaml
index 8e897b7016c66797784a5ed21157407458faa4e5..24370380a00730380b778e1457f7f7dfe31d107b 100644
--- a/production/helm/templates/promtail/daemonset.yaml
+++ b/production/helm/templates/promtail/daemonset.yaml
@@ -12,12 +12,11 @@ metadata:
 {{ toYaml . | indent 4 }}
 {{- end }}
 spec:
-  replicas: {{ .Values.promtail.replicas }}
   selector:
     matchLabels:
       app: {{ template "promtail.name" . }}
       release: {{ .Release.Name }}
-  strategy:
+  updateStrategy:
     type: {{ .Values.promtail.deploymentStrategy }}
   {{- if ne .Values.promtail.deploymentStrategy "RollingUpdate" }}
     rollingUpdate: null
@@ -95,4 +94,4 @@ spec:
             path: /var/log
         - name: varlibdockercontainers
           hostPath:
-            path: /var/lib/docker/containers
\ No newline at end of file
+            path: /var/lib/docker/containers
diff --git a/production/helm/values.yaml b/production/helm/values.yaml
index ae55dfec2d31505a49f5b7c898076ecfbdf3df3b..0754974e9ebe27e9add0e59f28115ba4f2dd5527 100644
--- a/production/helm/values.yaml
+++ b/production/helm/values.yaml
@@ -94,7 +94,6 @@ loki:
 
 promtail:
   nameOverride: promtail
-  replicas: 1
   deploymentStrategy: RollingUpdate
 
   image: