From cbf087231f28bb15a4763247736f5ab01ef23d0a Mon Sep 17 00:00:00 2001 From: Aram Karapetyan Date: Tue, 10 Oct 2023 16:14:05 +0400 Subject: [PATCH] fix(DMVP-2717): adjust helm release to use namespace variable (#79) --- modules/adot/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/adot/main.tf b/modules/adot/main.tf index 0b49b6b..a93788d 100644 --- a/modules/adot/main.tf +++ b/modules/adot/main.tf @@ -12,7 +12,7 @@ resource "helm_release" "adot-collector" { name = "adot-collector" repository = "https://dasmeta.github.io/aws-otel-helm-charts" chart = "adot-exporter-for-eks-on-ec2" - namespace = "adot" + namespace = var.namespace version = "0.15.5" create_namespace = false atomic = true