cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Fix YAML file merge issue with incorrect types #23

Closed soderluk closed 4 years ago

soderluk commented 4 years ago

Load the merge files with yaml.Loader to get the correct types for values, and yaml.BaseLoader to get the literal values.

Fixes the issue where applying the kubernetes configurations raises an exception for numerical/string/bool values.

soderluk commented 4 years ago

Note: Fixes also PR #20