1
0
mirror of https://github.com/appuio/ansible-module-openshift.git synced 2026-02-06 09:46:16 +01:00
Files
ansible-module-openshift/tests/data/dc_patch1.json
Daniel Tschan b11bcb5214 Initial commit
2017-04-21 21:28:20 +02:00

20 lines
301 B
JSON

{
"spec": {
"template": {
"spec": {
"containers": [
{
"name": "openshift3-docker-hello",
"env": [
{
"name": "TZ",
"value": "UTC"
}
]
}
]
}
}
}
}