Skip to content

Commit

Permalink
add regional cluster support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavloro committed Nov 19, 2019
1 parent d8f8212 commit 374f970
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,11 +54,18 @@ parameters:
use the Google Cloud Platform Console (Command: gcloud container clusters list)
type: string
default: ""
gcp-container-region:
description: |
The name of the Google Cloud regional cluster to use.
If region is not provided, the command will use zone and look for the environment variable $CLOUDSDK_CONTAINER_ZONE
type: string
default: ""

steps:
- gcp-auth/authenticate-gcp-kubernetes:
gcp-service-key: << parameters.gcp-service-key >>
gcp-container-cluster: << parameters.gcp-container-cluster >>
gcp-container-region: << parameters.gcp-container-region >>
- install-helm-client
- run:
name: Deploy Helm chart to Kubernetes
Expand Down

0 comments on commit 374f970

Please sign in to comment.