Update Ingress definitions to have explicit cert
-
For all projects with a custom chart:
- add:
annotations: cert-manager.io/cluster-issuer: letsencrypt- remove:
kubernetes.io/ingress.class: nginx kubernetes.io/tls-acme: 'true' -
For other projects, create
.gitlab/auto-deploy-values.yamlwith the following
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt