Skip to content

Clean up deployment scripts and documentation

Mitchell Nielsen requested to merge update-docs into master

Summary

Updates deployment scripts and documentation in preparation for MVP.

Closes https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/issues/110

Closes https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/issues/108

Related to https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/issues/117

What this MR does

  • Corrects some information in original docs
  • Merges docs with gl-openshift/documentation repo
  • Injects DOMAIN into the CR under global.hosts.domain
  • Adds and adjusts Makefile targets, making them more clear and removing some of the heavy lifting from test.sh
  • Adds global.hosts.hostSuffix setting to support curling the Ingress rather than exec-ing into a pod and curling a local port

To do

Edited by Mitchell Nielsen

Merge request reports