From 8af24e43d32bbb98fce69a6f6813aac1c16951bd Mon Sep 17 00:00:00 2001 From: minottic Date: Fri, 8 Dec 2023 10:25:29 +0100 Subject: [PATCH] Pass correct chart to pss workflow --- .github/workflows/scicat-pss.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scicat-pss.yml b/.github/workflows/scicat-pss.yml index 4b360c2..d682dad 100644 --- a/.github/workflows/scicat-pss.yml +++ b/.github/workflows/scicat-pss.yml @@ -45,7 +45,7 @@ jobs: with: release: '${{ env.RELEASE_NAME }}' namespace: '${{ env.NAMESPACE_PREFIX }}${{ env.ENVIRONMENT }}' - chart: '${{ env.RELEASE_NAME }}' + chart: helm/charts/generic_service values: "db=${{ env.RELEASE_NAME }}-${{ env.ENVIRONMENT }}" value-files: helm/configs/${{ env.RELEASE_NAME }}/values.yaml secrets: ${{ toJSON(secrets) }}