Skip to content

Commit

Permalink
fix: helm install format in cd yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Apr 19, 2024
1 parent 01f02db commit 9e1d4bc
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 @@ -48,7 +48,7 @@ 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}},
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

0 comments on commit 9e1d4bc

Please sign in to comment.