diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/prod-cluster.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/prod-cluster.yaml b/example/prod-cluster.yaml new file mode 100644 index 000000000000..dd7804f719c3 --- /dev/null +++ b/example/prod-cluster.yaml @@ -0,0 +1,10 @@ +--- +context: k8s.prod.mydomain.com +global: + globalVar: lizards +include: + - name: some-api + values: + version: 1.0-0e6884d + importantFeature: true + apiPort: 4567 |