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

@ -1 +1 @@
Subproject commit 3966472b73325394420b4b43c35fea12e2457d76
Subproject commit a92fc45223ee9bdbb7c4da2976544c4f6e453e38