Skip to content

Commit

Permalink
Update deployment-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski authored Jan 6, 2025
1 parent d1f13d0 commit 57eeb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
env:
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
run: |
helm upgrade --install template-repository ./helm/app \
helm upgrade --install template-repository ./helm \
--namespace ${{ secrets.OPENSHIFT_DEV_NAMESPACE }} \
--set global.postgresql.auth.postgresPassword=$POSTGRES_PASSWORD \
--set app.image.repository=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} \
Expand Down

0 comments on commit 57eeb62

Please sign in to comment.