Skip to content

Add placeholder for global section of gitlab-shell's values.yaml

Mitchell Nielsen requested to merge fix-helm-lint-coalesce-failure into master

Closes #2013 (closed)

There was a warning in !1271 (merged) during helm template:

coalesce.go:165: warning: skipped value for global: Not a table.

In the MR above, we removed Redis configuration from the global section of gitlab-shell's values.yaml file. This left the global section empty, so we need to have an empty map placeholder {}.

Edited by Mitchell Nielsen

Merge request reports

Loading