Skip to content

Commit

Permalink
fix: avoid second deployment with custom env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Feb 3, 2024
1 parent d4e76a4 commit 89fa238
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,3 @@ jobs:
--namespace website \
--values values.yaml \
api-prod charts/basedosdados-api/.
helm upgrade \
--wait \
--install \
--namespace website \
--values values.yaml \
--set "api.env[5].value=aux" \
--set "api.name=api-prod-aux" \
api-prod-aux charts/basedosdados-api/.

0 comments on commit 89fa238

Please sign in to comment.