Skip to content

Commit

Permalink
add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Nov 20, 2024
1 parent cd5ceb2 commit 4b26e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
./charts/postgres_recreate_databases \
--namespace ${{ inputs.namespace }} \
--set auth.existingSecret="psql-config-secret" \
--set database.name=${{ needs.recreate_dbildungs_iam_keycloak_db_name.outputs.db_name }}
--set database.name=${{ needs.recreate_dbildungs_iam_keycloak_db_name.outputs.db_name }} \
--set database.deletion=${{ inputs.database_deletion }}
- name: Recreate Database for dbildungs-iam-server
Expand All @@ -252,7 +252,7 @@ jobs:
./charts/postgres_recreate_databases \
--namespace ${{ inputs.namespace }} \
--set auth.existingSecret="psql-config-secret" \
--set database.name=${{ needs.recreate_dbildungs_iam_server_db_name.outputs.db_name }}
--set database.name=${{ needs.recreate_dbildungs_iam_server_db_name.outputs.db_name }} \
--set database.deletion=${{ inputs.database_deletion }}
# Wait is needed, dbildungs_iam_server expects keycloak to be up!
Expand Down

0 comments on commit 4b26e1c

Please sign in to comment.