From 88a4f458c52f6c16d4664a23248ff60f41a001e1 Mon Sep 17 00:00:00 2001 From: maxmwang Date: Tue, 8 Oct 2024 20:15:56 -0700 Subject: [PATCH] fix cd-stage kubectl commands --- .github/workflows/cd-stage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-stage.yaml b/.github/workflows/cd-stage.yaml index c3b2bda14..de5efce44 100644 --- a/.github/workflows/cd-stage.yaml +++ b/.github/workflows/cd-stage.yaml @@ -39,5 +39,5 @@ jobs: --set backend.image.tag=latest \ --set host=staging.stanfurdtime.com \ --set mongoUri=mongodb://bt-stage-mongo-mongodb.bt.svc.cluster.local:27017/bt \ - --set redisUri=redis://bt-stage-redis-master.bt.svc.cluster.local:6379 \ + --set redisUri=redis://bt-stage-redis-master.bt.svc.cluster.local:6379 fi