Skip to content

Commit

Permalink
fix: Apply applicable ASM_OPTS in config_map (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
frits-v authored Mar 21, 2022
1 parent 774fc12 commit 79d604a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/asm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ resource "kubernetes_config_map" "asm_options" {

data = {
multicluster_mode = var.multicluster_mode
ASM_OPTS = var.enable_cni ? "CNI=on" : null
}

depends_on = [google_gke_hub_membership.membership, google_gke_hub_feature.mesh]
Expand Down

0 comments on commit 79d604a

Please sign in to comment.