fix: helm repo add

This commit is contained in:
Jeremy Denquin 2022-05-09 17:17:09 +02:00
parent a15b7e83f7
commit 0d4d18face

View File

@ -192,6 +192,7 @@ jobs:
- name: Create Redis deployment - name: Create Redis deployment
if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }} if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }}
run: | 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 helm --kubeconfig ./kubeconfig.yaml install --set auth.enabled=false ${{ github.event.inputs.preview_name }}-redis bitnami/redis
- name: Get Helm API deployment - name: Get Helm API deployment
id: helm_deployment id: helm_deployment