Skip to content

Fix gitlab-k8s-agent-config.yml.erb

Thong Kuah requested to merge tkuah-master-patch-24741 into master

What does this Merge Request do?

The gitlab.address config expects a full address. Otherwise it errors with:

2020-10-30_00:11:17.98722 gitlab-k8s-agent      : Program aborted: parse "127.0.0.1:3000": first path segment in URL cannot contain colon

/cc @zmartins

Merge Request checklist

  • [-] Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • [-] Documentation added/updated, if needed.
  • [-] gdk doctor test added, if needed.

Merge request reports