kyma-project / hydroform

Infrastructure SDK for provisioning and managing Kubernetes cluster based on Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New installation: Add overrides for certificates chart

colunira opened this issue · comments

Description

  • Add override global.newInstallation set to true
  • Add override global.ingress.domainName set to the same value as global.domainName

Reasons

This change is required for the new way of cert-management to work in parallel with the old approach. Implementing this issue and #187 will allow the removal of fetching overrides from the CM in the cluster in the parallel installation library.

When we get rid of old installation and remove the global.ingress.domainName these overrides can be removed.

Attachments
kyma-project/kyma#10297

ingress.domanName interceptor is already implemented