Skip to content

Commit

Permalink
Remove redundant helm upgrade flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 3, 2024
1 parent 137c15d commit d16a02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
helm upgrade --install v${{ steps.latest_tag.outputs.tag }} ./helm \
--namespace phrinifluent \
--set backendDeployment.phrinifluentBackend.image.tag=${{ steps.latest_tag.outputs.tag }} \
--set image.tag=${{ steps.latest_tag.outputs.tag }} \
--set dbSecrets.user=${{ secrets.DB_USER }} \
--set dbSecrets.password=${{ secrets.DB_PASSWORD }} \
--set backendSecrets.secretKey=${{ secrets.SECRET_KEY }} \
Expand Down

0 comments on commit d16a02c

Please sign in to comment.