This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix templater: Insert additional resource separators
In cases where users have multiple resource sets, or a single resource set that contains multiple YAML files they may run into issues if they forget to start their resource files with `---`. This fix inserts an additional `---` at the beginning of each YAML template. In cases where the user started their file YAML file "properly" this will result in an empty resource being templated / passed to kubectl, however that does not seem to cause any issues. This fixes #51
- Loading branch information