Skip to content

Added `---` separator to customResources template

Wout requested to merge wout_o/auto-deploy-image:master into master

This merge request fixes support for multiple custom resources. Previously when defining multiple custom resources, in the values.yaml file, these resources would not be separated by `---` causing YAML parsing issues resulting in the customResource attribute to only work when a single custom resource was defined.

Merge request reports