From 1fbd730a3ef05605a2bbc70876932e8bb94dc7e9 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 30 Dec 2022 15:31:36 +0100 Subject: [PATCH] fix(ci): chalice ee deployment Signed-off-by: rjshrjndrn --- .github/workflows/api-ee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-ee.yaml b/.github/workflows/api-ee.yaml index 34997b348..f30c1b111 100644 --- a/.github/workflows/api-ee.yaml +++ b/.github/workflows/api-ee.yaml @@ -110,7 +110,7 @@ jobs: cat /tmp/image_override.yaml # Deploy command - helm upgrade --install openreplay -n app openreplay -f vars.yaml -f /tmp/image_override.yaml --set skipMigration=true --no-hooks + helm template openreplay -n app openreplay -f vars.yaml -f /tmp/image_override.yaml --set ingress-nginx.enabled=false --set skipMigration=true --no-hooks | kubectl apply -n app -f - env: DOCKER_REPO: ${{ secrets.EE_REGISTRY_URL }} # We're not passing -ee flag, because helm will add that.