mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
fix: helm config
This commit is contained in:
parent
55925759e8
commit
97c99979c8
4
.github/workflows/deploy-preview.yml
vendored
4
.github/workflows/deploy-preview.yml
vendored
@ -192,8 +192,8 @@ jobs:
|
||||
- name: Create Redis deployment
|
||||
if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }}
|
||||
run: |
|
||||
helm repo add bitnami bitnami/redis
|
||||
helm repo update
|
||||
helm --kubeconfig ./kubeconfig.yaml repo add bitnami bitnami/redis
|
||||
helm --kubeconfig ./kubeconfig.yaml repo update
|
||||
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