Skip to content

Commit

Permalink
fix: Remove kustomize requirement for ASM (terraform-google-modules#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Jun 14, 2021
1 parent 7693d6f commit a4d1bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/asm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module "asm_install" {

gcloud_sdk_version = var.gcloud_sdk_version
upgrade = true
additional_components = ["kubectl", "kpt", "beta", "kustomize"]
additional_components = ["kubectl", "kpt", "beta"]
cluster_name = var.cluster_name
cluster_location = var.location
project_id = var.project_id
Expand Down

0 comments on commit a4d1bc1

Please sign in to comment.