blob: 89dc548f0ba131a7b5fad93623e1a97e62689915 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# This is a comment
# values are stored in key:value format
## keys are case-insensitive
## values can be int, float, string, dict, list, bool
## Path to PDF file
PDF_FILE: example/intel-pod10.json
#############
# Airship arguments
#############
# Path to kube-config file
KUBE_CONFIG : example/kubepod10
MASTER_ROLE_NAME : masters
WORKER_ROLE_NAME : workers
|