th-2021
th-2021
In assets/runtime/config/gitlab-pages/config internal-gitlab-server=http://localhost:8181 doesn't have the relative path option. Is this the right fix: internal-gitlab-server=http://localhost:8181/{{GITLAB_RELATIVE_URL_ROOT}} ?
I have - name: DB_TYPE value: postgres instead of DB_ADAPTER and it works with microk8s.
@sachilles Is this the only blocker to merge this? I rebased the PR against master.
I tried to set it up (using https://github.com/kkimurak/docker-gitlab/tree/support-builtin-kas). I'm getting Error: not a valid boolean value: '' in section 'program:gitlab_kas' (file: '/etc/supervisor/conf.d/gitlab-kas.conf') Am I missing something? These are my settings:...
Looks like /home/git/gitlab-agent/gitlab-kas_config.yaml is missing.
Another setting is required: - name: GITLAB_AGENT_BUILTIN_KAS_ENABLED value: "true" Now I get: Failed to register an agent GRPC::Unimplemented What else could be missing?
I'm following the branch on your site. That's ok for me. A draft PR might attract addional testers.I have another issue: my gitlab instance runs at a relative path and...