Add placeholder for global section of gitlab-shell's values.yaml
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