Skip to content

Commit

Permalink
Fix loky helm release (#278)
Browse files Browse the repository at this point in the history
- Remove deprecated `map()` usage
  • Loading branch information
trottomv authored Nov 13, 2024
1 parent e9f2ee8 commit 62ef3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "helm_release" "loki" {
"loki.config.storage_config.aws.endpoint" = var.s3_host
"loki.config.storage_config.aws.region" = var.s3_region
"loki.config.storage_config.aws.secret_access_key" = var.s3_secret_key
} : map()
} : {}

content {
name = set.key
Expand Down

0 comments on commit 62ef3f6

Please sign in to comment.