For normal operations, the `runner` user's `.gitlab-runner` directory has a symlink for (read-only) `config.toml` -> `/var/run/secrets/config.toml`. However, for during registration attempts to write to this volume-mounted file result in a `PANIC: write: permission denied` error. Fix this by running the registration as (namespaced) `root` user, and using the default config. file location of `/etc/gitlab-runner`. Signed-off-by: Chris Evich <cevich@redhat.com>
3.8 KiB
3.8 KiB