docs: Add YAML to docs
This commit is contained in:
parent
d94a0ffc25
commit
a1c23d7018
2 changed files with 23 additions and 16 deletions
10
example/prod-cluster.yaml
Normal file
10
example/prod-cluster.yaml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue