Skip to content

Commit

Permalink
fix: Fix CI for Workload Identity (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Mar 19, 2020
1 parent 9737190 commit 025f8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/workload_identity/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ provider "kubernetes" {
host = module.gke.endpoint
token = data.google_client_config.default.access_token
cluster_ca_certificate = base64decode(module.gke.ca_certificate)
load_config_file = false
}

module "gke" {
Expand Down

0 comments on commit 025f8b7

Please sign in to comment.