Skip to content

Commit

Permalink
Feat: 🚀 removed unnecessary attributes from cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent 9069ab0 commit 0c6885f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions addons/cert-manager/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ locals {
replace = try(var.certification_manager_extra_configs.replace, "false")
}

certification_manager_extra_configs = var.certification_manager_extra_configs

helm_config = merge(
local.default_helm_config,
var.helm_config,
local.certification_manager_extra_configs
var.helm_config
)
}

0 comments on commit 0c6885f

Please sign in to comment.