From 9110f7fee393bcca7596f06d9e2337cd72216bee Mon Sep 17 00:00:00 2001 From: "Langhammer, Jens" Date: Mon, 7 Oct 2019 17:41:26 +0200 Subject: [PATCH] helm(minor): fix worker not starting correctly --- helm/passbook/templates/worker-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/passbook/templates/worker-deployment.yaml b/helm/passbook/templates/worker-deployment.yaml index 5ac7719dc..4e90f851e 100644 --- a/helm/passbook/templates/worker-deployment.yaml +++ b/helm/passbook/templates/worker-deployment.yaml @@ -35,7 +35,7 @@ spec: - --autoscale=10,3 - -E - -B - - -A passbook.root.celery + - -A=passbook.root.celery volumeMounts: - mountPath: /etc/passbook name: config-volume