Skip to content

Overrides commonName Helm chart value

João Alexandre Cunha requested to merge 55820-adds-common-name-chart-value into master

What does this MR do?

To allow for the CI_ENVIRONMENT_URL to be > 64 bytes, we only need to set a common name less than 64 bytes for Let's Encrypt certificate.

At the moment, the common name is defined by the first host that appears in our Ingress Helm Chart (service.url). The proposed solution is to set a small url to be first in the list of hosts. In the Ingress Helm chart we will create a default value called commonName that will be used to set this url.

What are the relevant issue numbers?

Closes #55820 (closed)

Does this MR meet the acceptance criteria?

Closes #55820 (closed)

Edited by Dylan Griffith

Merge request reports