mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
11 lines
196 B
Django/Jinja
11 lines
196 B
Django/Jinja
{
|
|
"metadata": {
|
|
"name": "{{ container_runtime }}1"
|
|
},
|
|
"image": {
|
|
"image": "quay.io/kubespray/hello-world:latest"
|
|
},
|
|
"log_path": "{{ container_runtime }}1.0.log",
|
|
"linux": {}
|
|
}
|