Skip to content

Commit

Permalink
removed opiniated values set during upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanracker committed Dec 12, 2023
1 parent f8541dc commit 1880883
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3546,17 +3546,6 @@ module "vpa" {
{
name = "admissionController.enabled"
value = true
},
# Certificate creation shifted from OpenSSL to kube-webhook-certgen for simplicity.
# Configuration keys (.Values.admissionController.certGen) remain, reuse of previous values fails.
# Mitigate by updating the image for the upgrade.
{
name = "admissionController.certGen.image.repository"
value = "registry.k8s.io/ingress-nginx/kube-webhook-certgen"
},
{
name = "admissionController.certGen.image.tag"
value = "v20230312-helm-chart-4.5.2-28-g66a760794"
}],
try(var.vpa.set, [])
)
Expand Down

0 comments on commit 1880883

Please sign in to comment.