Skip to content

Commit

Permalink
Load env variables for webapp deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Jan 20, 2025
1 parent 3366fcd commit cea205f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-webapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
run: |
helm dependency update ./deploy/helm/webapp
- name: Generate values file
run: |
envsubst < values-template.yaml > values.yaml
- name: Deploy to Kubernetes
run: |
helm upgrade --install \
Expand Down

0 comments on commit cea205f

Please sign in to comment.