From 0d4d18face1caae85ef7dad18275f61b02daaac0 Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Mon, 9 May 2022 17:17:09 +0200 Subject: [PATCH] fix: helm repo add --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 52ecc3a..e48d003 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -192,6 +192,7 @@ jobs: - name: Create Redis deployment if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }} run: | + helm --kubeconfig ./kubeconfig.yaml repo add bitnami https://charts.bitnami.com/bitnami helm --kubeconfig ./kubeconfig.yaml install --set auth.enabled=false ${{ github.event.inputs.preview_name }}-redis bitnami/redis - name: Get Helm API deployment id: helm_deployment