Skip to content

Commit

Permalink
#update change reference to POSTGRES_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Apr 8, 2024
1 parent 01243c9 commit cabc67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google-registry-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
--set configMap.FEW_SHOT_PATH=${{ vars.FEW_SHOT_PATH }} \
--set configMap.MONDRIAN_API=${{ vars.MONDRIAN_API }} \
--set configMap.POSTGRES_DB=${{ vars.POSTGRES_DB }} \
--set configMap.POSTGRES_URL=${{ vars.POSTGRES_URL }} \
--set configMap.POSTGRES_HOST=${{ vars.POSTGRES_HOST }} \
--set configMap.POSTGRES_USER=${{ vars.POSTGRES_USER }} \
--set configMap.TABLES_PATH=${{ vars.TABLES_PATH }} \
--set configMap.TESSERACT_API=${{ vars.TESSERACT_API }} \
Expand Down

0 comments on commit cabc67e

Please sign in to comment.