Skip to content

Update generate.bash to be configurable.

Jason Plum requested to merge script-placeholder-replacement into master

Add IP/Hostname changes to happen based on two environment variables:

  • GITLAB_GKE_IP
  • GITLAB_GKE_DOMAIN

This will also change the gitlab-all.yml to gitlab-${dashed_domain}.yml where dashed_domain is ${GITLAB_GKE_DOMAIN//./-} to replace all dots with dashes for the filename.

This is done so that others in the future can change them out without had edit or sed.

Merge request reports