Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Feb 15, 2024
1 parent b4dba04 commit d9b608f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/k8s/deploy-postgres/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
uses: vimeda/[email protected]
with:
release: ${{ inputs.release-name }}
namespace: ${{ inputs.benchmarks }}
namespace: ${{ inputs.namespace }}
chart: 'oci://registry-1.docker.io/bitnamicharts/postgresql'
values: |
global:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/k8s-quarkus-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
-Dquarkus.container-image.username=${{ github.actor }} \
-Dquarkus.container-image.password=${{ secrets.GITHUB_TOKEN }}
- uses: ./.github/actions/k8s/deploy-postgres
- name: deploy postgres
uses: ./.github/actions/k8s/deploy-postgres
with:
release-name: bookstore-quarkus-sync
anti-affinity-value: bookstore-quarkus-sync
Expand Down

0 comments on commit d9b608f

Please sign in to comment.