Skip to content

Support unattended Orchestrator execution

Mitchell Nielsen requested to merge support-pipeline-cluster-rc into master

This is a small, quick MR that came from the Orchestrator pipeline PoC.

The overall goal of this is to support running Orchestrator in GitLab CI (or other automation scenarios) without needing the following line:

touch "${SRC_PATH}/secrets/gitlab-cluster-rc.sh"

Without this line, a significant portion of logic from orchestrator_env.sh will be skipped.

Edited by Robert Marshall

Merge request reports