Skip to content

Gitaly: Remove unused key persistence.volumeName from values.yaml.

While trying to upgrade my GitLab deployment via the Helm chart, I stumbled upon an unused parameter (persistence.volumeName) in gitaly's values.yaml.
It seems to have been removed from templates with this commit, since it wasn't moved from the PVC to the volumeClaimTemplates in the StatefulSet used afterwards.

Merge request reports