Skip to content

Gitaly: remove config.toml, unneeded, problematic.

Jason Plum requested to merge gitaly-dont-be-stupid-COPY into master

What does this MR do?

Remove the config.toml that is present in the Gitaly image. This is is not needed for any purpose as the containers is used. We override this in Docker Compose script, and entirely replace it in the Helm chart template patterns, via set-config.

This change should be backported to any / all active stable branches.

Related issues

Related to gitlab-org/charts/gitlab#3797 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Mitchell Nielsen

Merge request reports