Skip to content

Commit

Permalink
set port and ip as strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Jan 5, 2024
1 parent ae7bf3e commit 3c20328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-gke-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
--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 | quote }} \
--set configMap.GSA_DB_PORT=${{ vars.GSA_DB_PORT | quote }} \
--set-string configMap.GSA_DB_HOST=${{ vars.GSA_DB_HOST }} \
--set-string 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 3c20328

Please sign in to comment.