Skip to content

Commit

Permalink
add "" to helm command on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Jan 5, 2024
1 parent 0226666 commit 256924a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/google-gke-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ jobs:
--set image.tag=${{ inputs.release }} \
--set nameOverride=${{ env.GKE_APP_NAME }} \
--set fullnameOverride=${{ env.GKE_APP_NAME }} \
--set configMap.GSA_DB_NAME=${{ vars.GSA_DB_NAME }} \
--set configMap.GSA_DB_USER=${{ vars.GSA_DB_USER }} \
--set configMap.GSA_DB_HOST=${{ vars.GSA_DB_HOST }} \
--set configMap.GSA_DB_PORT=${{ vars.GSA_DB_PORT }} \
--set configMap.GSA_DB_NAME="${{ vars.GSA_DB_NAME }}" \
--set configMap.GSA_DB_USER="${{ vars.GSA_DB_USER }}" \
--set configMap.GSA_DB_HOST="${{ vars.GSA_DB_HOST }}" \
--set configMap.GSA_DB_PORT="${{ vars.GSA_DB_PORT }}" \
--set secrets.GSA_DB_PW=$ENCODED_GSA_DB_PW \
${{ env.GKE_APP_NAME }} --values=./helm/production.yaml ./helm

0 comments on commit 256924a

Please sign in to comment.