Skip to content

Commit

Permalink
add zone support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavloro committed Nov 19, 2019
1 parent 374f970 commit b1569b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/commands/install-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ parameters:
use the Google Cloud Platform Console (Command: gcloud container clusters list)
type: string
default: ""
gcp-container-zone:
description: |
The name of the Google Cloud zone to use.
If zone is not provided, the command will look for the environment variable $CLOUDSDK_CONTAINER_ZONE
type: string
default: ""
gcp-container-region:
description: |
The name of the Google Cloud regional cluster to use.
Expand All @@ -65,6 +71,7 @@ steps:
- gcp-auth/authenticate-gcp-kubernetes:
gcp-service-key: << parameters.gcp-service-key >>
gcp-container-cluster: << parameters.gcp-container-cluster >>
gcp-container-zone: << parameters.gcp-container-zone >>
gcp-container-region: << parameters.gcp-container-region >>
- install-helm-client
- run:
Expand Down

0 comments on commit b1569b8

Please sign in to comment.