Skip to content

Commit

Permalink
slash
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Aug 4, 2024
1 parent 177ac8c commit 177bfa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-n ${{ vars.APP_NAMESPACE }} \
--create-namespace \
wiki \
bookstack-helm
bookstack-helm \
-f ./bookstack-helm/values.yaml \
--set bookstack.db.username="${{ secrets.DB_USERNAME }}" \
--set bookstack.db.password="${{ secrets.DB_PASSWORD }}" \
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
-n ${{ vars.APP_NAMESPACE }} \
--create-namespace \
wiki \
bookstack-helm
bookstack-helm \
-f ./bookstack-helm/values.yaml \
--set bookstack.db.username="${{ secrets.DB_USERNAME }}" \
--set bookstack.db.password="${{ secrets.DB_PASSWORD }}" \
Expand Down

0 comments on commit 177bfa8

Please sign in to comment.