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...
Maybe something like: https://kubevirt.io/2020/KubeVirt-VM-Image-Usage-Patterns.html
Here is a first cut on the settings. I couldn't make it work so far (up to 17.3). Still working on it before creating a PR. diff --git a/assets/runtime/config/gitlabhq/gitlab.yml b/assets/runtime/config/gitlabhq/gitlab.yml...
```diff --git a/assets/runtime/env-defaults b/assets/runtime/env-defaults index 14e0ccc1..c5c3c687 100644 --- a/assets/runtime/env-defaults +++ b/assets/runtime/env-defaults @@ -617,6 +617,8 @@ GITLAB_PAGES_ACCESS_CLIENT_ID=${GITLAB_PAGES_ACCESS_CLIENT_ID:-} GITLAB_PAGES_ACCESS_CLIENT_SECRET=${GITLAB_PAGES_ACCESS_CLIENT_SECRET:-} GITLAB_PAGES_ACCESS_REDIRECT_URI=${GITLAB_PAGES_ACCESS_REDIRECT_URI:-} GITLAB_PAGES_NGINX_PROXY=${GITLAB_PAGES_NGINX_PROXY:-true} +GITLAB_PAGES_NAMESPACE_IN_PATH=${GITLAB_PAGES_NAMESPACE_IN_PATH:-false} +GITLAB_PAGES_LOG_VERBOSE=${GITLAB_PAGES_LOG_VERBOSE:-false} ## Gitaly GITALY_CLIENT_PATH=${GITALY_CLIENT_PATH:-$GITLAB_GITALY_INSTALL_DIR} diff --git a/assets/runtime/functions b/assets/runtime/functions index 67750f2f..7728c490...