Skip to content

Commit

Permalink
Update cloudwatch adapter helm chart resource name
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Oct 25, 2023
1 parent 48bca55 commit c750751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/modules/cloudwatch-adapter/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "helm_release" "ingress_config" {
resource "helm_release" "cloudwatch_adapter" {
chart = "${path.module}/chart"
name = var.name
namespace = var.k8s_namespace
Expand Down

0 comments on commit c750751

Please sign in to comment.