mirror of
https://github.com/getlago/lago.git
synced 2025-07-30 06:40:36 +07:00
fix: redis env deployment
This commit is contained in:
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@ -190,7 +190,7 @@ jobs:
|
||||
id: helm_redis_deployment
|
||||
run: echo "::set-output name=deployment::$(helm --kubeconfig ./kubeconfig.yaml list -f ${{ github.event.inputs.preview_name }}-redis -o=json | jq '.[0].name')"
|
||||
- name: Create Redis deployment
|
||||
if: ${{ steps.helm_deployment.outputs.deployment == 'null' }}
|
||||
if: ${{ steps.helm_redis_deployment.outputs.deployment == 'null' }}
|
||||
run: |
|
||||
helm --kubeconfig ./kubeconfig.yaml install --set auth.enabled=false ${{ github.event.inputs.preview_name }}-redis bitnami/redis
|
||||
- name: Get Helm API deployment
|
||||
|
2
api
2
api
Submodule api updated: 3966472b73...a92fc45223
Reference in New Issue
Block a user