diff options
Diffstat (limited to 'ops/kontemplate/context/testdata/flat-with-args-test.yaml')
-rw-r--r-- | ops/kontemplate/context/testdata/flat-with-args-test.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ops/kontemplate/context/testdata/flat-with-args-test.yaml b/ops/kontemplate/context/testdata/flat-with-args-test.yaml new file mode 100644 index 000000000000..29d3334fb54d --- /dev/null +++ b/ops/kontemplate/context/testdata/flat-with-args-test.yaml @@ -0,0 +1,9 @@ +--- +context: k8s.prod.mydomain.com +include: + - name: some-api + args: + - --as=some-user + - --as-group=hello:world + - --as-banana + - "true" |