fix: redis env deployment

This commit is contained in:
Jeremy Denquin
2022-05-06 09:44:43 +02:00
parent f9a8243cdd
commit da05968cf8
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ jobs:
id: helm_redis_deployment
run: echo "::set-output name=deployment::$(helm --kubeconfig ./kubeconfig.yaml list -f ${{ github.event.inputs.preview_name }}-redis -o=json | jq '.[0].name')"
- name: Create Redis deployment
if: ${{ steps.helm_deployment.outputs.deployment == 'null' }}
if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }}
run: |
helm --kubeconfig ./kubeconfig.yaml install --set auth.enabled=false ${{ github.event.inputs.preview_name }}-redis bitnami/redis
- name: Get Helm API deployment

2
api

Submodule api updated: 3966472b73...a92fc45223