feat(templater): Support single-template resource sets

Supports resource sets in which the `path` is pointed at a single
template file.

The example has been updated with ... an example of this.

This closes #81.
This commit is contained in:
Vincent Ambo 2018-06-09 21:15:18 +02:00 committed by Vincent Ambo
parent 77ca5b47cf
commit c91cb21f70
3 changed files with 55 additions and 23 deletions

View file

@ -0,0 +1,7 @@
---
apiVersion: extensions/v1beta1
kind: ConfigMap
metadata:
name: other-config
data:
globalData: {{ .globalVar }}