Skip to content

Reorganize ingress parameters in Helm values.yaml files

Martin Fontanet requested to merge fix-helm-values into develop

This PR bring the following changes

  • Add ingress section in the values.yaml files: the ingress-related options (hostname,ingressClassName,clusterIssuer,...) are grouped under a ingress section.
  • Add a ingress.enabled parameter to values.yaml files to activate/deactivate ingress.
  • Add the did-resolver which was missing in the CMS Helm chart.
  • Bump Charts version to 0.1.2.

It also fixes some default path values that were incorrectly set for the CMS and the Audit Trail.

Edited by Martin Fontanet

Merge request reports