mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
fix: redis env deployment
This commit is contained in:
parent
f9a8243cdd
commit
da05968cf8
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
@ -1 +1 @@
|
||||
Subproject commit 3966472b73325394420b4b43c35fea12e2457d76
|
||||
Subproject commit a92fc45223ee9bdbb7c4da2976544c4f6e453e38
|
Loading…
Reference in New Issue
Block a user