Rolling back the default user-level configuration location
The GitLab Runner Helm chart uses $HOME/.gitlab-runner
, and the Dockerfile
defines the home directory as a volume, hence we cannot set a symlink
for backwards compatibility.
The main use-case besides making documentation less dissonant of having
heptapod
in the default configuration files paths being to be able
to install Heptapod Runner and GitLab Runner on the same system,
we rollback the location inside the home directory. People will just have
to use explicit paths or different system users.
Closes #60 (closed)