Skip to content

Commit

Permalink
chore: use multiple --set flag for helm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Apr 19, 2024
1 parent 45e2ee4 commit 22d643b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Install helm chart to EKS cluster
run: |
helm upgrade -i simplebank helm/simplebank \
--set image.repository=${{steps.login-ecr.outputs.registry}}/${{secrets.AWS_ECR_REPOSITORY}}, \
image.tag=${{github.sha}}, \
image.pullPolicy=IfNotPresent
--set image.repository=${{steps.login-ecr.outputs.registry}}/${{secrets.AWS_ECR_REPOSITORY}} \
--set image.tag=${{github.sha}} \
--set image.pullPolicy=IfNotPresent

0 comments on commit 22d643b

Please sign in to comment.