Skip to content

Commit 389521b

Browse files
authored
fix: Remove kustomize requirement for ASM (#930)
1 parent d60eec6 commit 389521b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/asm/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module "asm_install" {
8888

8989
gcloud_sdk_version = var.gcloud_sdk_version
9090
upgrade = true
91-
additional_components = ["kubectl", "kpt", "beta", "kustomize"]
91+
additional_components = ["kubectl", "kpt", "beta"]
9292
cluster_name = var.cluster_name
9393
cluster_location = var.location
9494
project_id = var.project_id

0 commit comments

Comments
 (0)