ministryofjustice / cla_frontend

CLA Front End
http://ministryofjustice.github.io/cla_docs/
MIT License
3 stars 4 forks source link

LGA 1934 Ingress Update #792

Closed jogilder closed 2 years ago

jogilder commented 2 years ago

What does this pull request do?

updated deprecated api versions in ingress file change format of rules to match new api version

Any other changes that would benefit highlighting?

Current version of helm (3.1.2) - cannot do this update. Throws an error:

Error: UPGRADE FAILED: rendered manifests contain a new resource that already exists. Unable to continue with update: existing resource conflict: namespace:*****, name: ****, existing_kind: networking.k8s.io/v1, Kind=Ingress, new_kind: networking.k8s.io/v1, Kind=Ingress

Solution: Upgrade helm to 3.2.4 Manually add annotations to ingress for meta.helm.sh/release-name and meta.helm.sh/release-namespace

Checklist