diff --git a/apps/agent/deployment/ci-cd/helm/templates/deployment.yaml b/apps/agent/deployment/ci-cd/helm/templates/deployment.yaml
index ce15df32ca2314d2b85b079b213944bc62319c23..f03e8636346a79b21335f5c9d0c260d8c43a74a8 100644
--- a/apps/agent/deployment/ci-cd/helm/templates/deployment.yaml
+++ b/apps/agent/deployment/ci-cd/helm/templates/deployment.yaml
@@ -81,7 +81,7 @@ spec:
             value: {{ .Values.ca.agent.tails.server.key | quote }}
           - name: TAILS_SERVER_SECRET
             value: {{ .Values.ca.agent.tails.server.secret | quote }}
-          - name: TAILS_SERVER_BUCKET
+          - name: TAILS_SERVER_BUCKET_NAME
             value: {{ .Values.ca.agent.tails.server.bucket | quote }}
           - name: TAILS_SERVER_BASE_URL
             value: {{ .Values.ca.agent.tails.server.url | quote }}