Skip to content

Commit

Permalink
no trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jan 22, 2025
1 parent adc44c7 commit 6d8c51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks_console_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ resource "helm_release" "console_access" {
name = each.key
namespace = "default"
version = var.release_version
repository = "./${each.key}/"
repository = "./${each.key}"
}

0 comments on commit 6d8c51a

Please sign in to comment.