New Task topic for kubectl patch. (#4519)

This commit is contained in:
Steve Perry
2017-08-14 09:43:56 -07:00
committed by GitHub
parent 52fd55d372
commit 176b91d558
5 changed files with 305 additions and 45 deletions
@@ -0,0 +1,14 @@
{
"spec": {
"template": {
"spec": {
"containers": [
{
"name": "patch-demo-ctr-2",
"image": "redis"
}
]
}
}
}
}