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:
parent
77ca5b47cf
commit
c91cb21f70
3 changed files with 55 additions and 23 deletions
7
example/other-config.yaml
Normal file
7
example/other-config.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: other-config
|
||||
data:
|
||||
globalData: {{ .globalVar }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue