Skip to content

Commit

Permalink
chore: remove default merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eliAbdulrahman committed Jun 18, 2024
1 parent 9558b0d commit 131229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ resource "helm_release" "castai_kvisor" {
}

dynamic "set" {
for_each = merge(var.kvisor_controller_extra_args.default, var.kvisor_controller_extra_args)
for_each = var.kvisor_controller_extra_args
content {
name = "controller.extraArgs.${set.key}"
value = set.value
Expand Down

0 comments on commit 131229a

Please sign in to comment.