Clean up deployment scripts and documentation
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 supportcurl
ing the Ingress rather than exec-ing into a pod and curling a local port
To do
-
Consider deleting https://gitlab.com/gitlab-org/gl-openshift/documentation after merge
Edited by Mitchell Nielsen