mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
fix: helm repo add
This commit is contained in:
parent
a15b7e83f7
commit
0d4d18face
1
.github/workflows/deploy-preview.yml
vendored
1
.github/workflows/deploy-preview.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user