Skip to content

Fix various ingress components

Mitchell Nielsen requested to merge ingress-fixes into master

Follow-up to https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/merge_requests/146

Changes

  • Changes the flag in the curl command on test.sh from -k to -f. Now that we have valid certificates in CI, there's no need to ignore untrusted certificates, and now we'll want to make sure that the script fails if the request fails.
  • Copies the certificate from LetsEncrypt/CertManager over to the namespace where the MR is deploying GitLab.
  • Checks the value of global.ingress.class before setting the ingress class on the MinIO ingress. If one is not defined, it defaults to "$RELEASE-nginx".
Edited by Mitchell Nielsen

Merge request reports