fix: add helm redis repo

This commit is contained in:
Jeremy Denquin 2022-05-06 10:27:25 +02:00
parent da05968cf8
commit 8331b0c3ee
2 changed files with 2 additions and 1 deletions

View File

@ -192,6 +192,7 @@ jobs:
- name: Create Redis deployment
if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }}
run: |
helm repo add bitnami/redis
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

2
api

@ -1 +1 @@
Subproject commit a92fc45223ee9bdbb7c4da2976544c4f6e453e38
Subproject commit fa0eea55a10f4eb7a9748f6ef2ef8abf96f7e619