Skip to content

Commit

Permalink
Removed local.images in common-services
Browse files Browse the repository at this point in the history
  • Loading branch information
dang0317 committed Oct 2, 2024
1 parent 0815af0 commit 77fb67f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ locals {
image_output = { for k, v in module.images.images : v.name => v }

charts = { for k, v in local.chart_settings : k => v if try(v.enabled, true) }
images = { for k, v in local.images_settings : k => v if (v.enabled && k != "cluster-autoscaler") }
}

module "images" {
Expand Down

0 comments on commit 77fb67f

Please sign in to comment.