From d9b608f1890c64294d0918937dcc69e2c65c55e7 Mon Sep 17 00:00:00 2001 From: Andreas Eberle Date: Thu, 15 Feb 2024 19:35:56 +0100 Subject: [PATCH] Fix typo --- .github/actions/k8s/deploy-postgres/action.yml | 2 +- .github/workflows/k8s-quarkus-sync.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/k8s/deploy-postgres/action.yml b/.github/actions/k8s/deploy-postgres/action.yml index 999fe38..8f1206e 100644 --- a/.github/actions/k8s/deploy-postgres/action.yml +++ b/.github/actions/k8s/deploy-postgres/action.yml @@ -21,7 +21,7 @@ runs: uses: vimeda/helm@v1.7.0 with: release: ${{ inputs.release-name }} - namespace: ${{ inputs.benchmarks }} + namespace: ${{ inputs.namespace }} chart: 'oci://registry-1.docker.io/bitnamicharts/postgresql' values: | global: diff --git a/.github/workflows/k8s-quarkus-sync.yml b/.github/workflows/k8s-quarkus-sync.yml index 1e42046..e96bad1 100644 --- a/.github/workflows/k8s-quarkus-sync.yml +++ b/.github/workflows/k8s-quarkus-sync.yml @@ -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