mirror of
https://github.com/getlago/lago.git
synced 2025-07-25 15:21:07 +07:00
fix: add helm redis repo
This commit is contained in:
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 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
2
api
Submodule api updated: a92fc45223...fa0eea55a1
Reference in New Issue
Block a user