mirror of https://github.com/k3s-io/k3s
Merge pull request #3522 from nalind/json
Fixup JSON syntax errors in example controllerpull/6/head
commit
00521d8e8a
|
@ -14,11 +14,11 @@
|
|||
"image": "kubernetes/guestbook",
|
||||
"name": "guestbook",
|
||||
"ports": [{ "name": "http-server", "containerPort": 3000 }]
|
||||
}],
|
||||
}]
|
||||
}
|
||||
},
|
||||
"labels": { "name": "guestbook" }
|
||||
},
|
||||
}
|
||||
},
|
||||
"labels": { "name": "guestbook" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue