From e5044a02955b6dd80c8ea99f19740a2a4bce5a70 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Wed, 22 May 2024 14:39:02 +0800 Subject: [PATCH] fix: remove jwtSecret in deploy (#50) Co-authored-by: fuyi1 --- deploy/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 058e1d5..184932b 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -18,7 +18,7 @@ spec: containers: - env: - name: JWT_SECRET - value: 56F0D8DB90241C6E + value: {jwtSecret} name: kubecube-webconsole image: hub.c.163.com/kubecube/kubecube:webconsole-0.0.3 ports: