diff options
Diffstat (limited to 'example/some-api/service.yaml')
-rw-r--r-- | example/some-api/service.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/some-api/service.yaml b/example/some-api/service.yaml new file mode 100644 index 000000000000..6aee8788093c --- /dev/null +++ b/example/some-api/service.yaml @@ -0,0 +1,5 @@ +--- +name: foo +importantFeature: {{ .importantFeature }} +port: {{ .apiPort }} +globalTest: {{ .globalTest }} |