Skip to content

Commit

Permalink
Pass correct chart to pss workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Dec 8, 2023
1 parent 3003a65 commit 8af24e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scicat-pss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 8af24e4

Please sign in to comment.