Skip to content

Commit

Permalink
Apply applicable ASM_OPTS in config_map
Browse files Browse the repository at this point in the history
  • Loading branch information
frits-v committed Mar 17, 2022
1 parent 774fc12 commit 8f826cf
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 8f826cf

Please sign in to comment.