From 0b95eb0e23b44904e796b4159d836ff47e5860ef Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Thu, 2 Jun 2022 15:43:29 +0200 Subject: [PATCH] bugfix: worker --- smardigo/templates/wordpress/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smardigo/templates/wordpress/deployment.yml b/smardigo/templates/wordpress/deployment.yml index c7f5528..90acc6a 100644 --- a/smardigo/templates/wordpress/deployment.yml +++ b/smardigo/templates/wordpress/deployment.yml @@ -84,8 +84,8 @@ spec: - name: SMARDIGO_AUTH_TOKEN_VALUE valueFrom: secretKeyRef: - name: "connect-secrets" - key: AUTH_TOKEN + name: "wordpress-secrets" + key: SMA_WORKFLOW_AUTH_TOKEN ports: - containerPort: 80 initContainers: