Skip to content

Commit

Permalink
fix(DMVP-2717): adjust helm release to use namespace variable (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian authored Oct 10, 2023
1 parent 10b36ee commit cbf0872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbf0872

Please sign in to comment.