diff options
Diffstat (limited to 'ops/kontemplate/context/testdata/merging/resource/output.yaml')
-rw-r--r-- | ops/kontemplate/context/testdata/merging/resource/output.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/kontemplate/context/testdata/merging/resource/output.yaml b/ops/kontemplate/context/testdata/merging/resource/output.yaml new file mode 100644 index 000000000000..5920b2720780 --- /dev/null +++ b/ops/kontemplate/context/testdata/merging/resource/output.yaml @@ -0,0 +1,5 @@ +defaultVar: {{ .defaultVar }} +importVar: {{ .importVar }} +globalVar: {{ .globalVar }} +includeVar: {{ .includeVar }} +cliVar: {{ .cliVar }} |