Skip to content

Commit ad4ff5e

Browse files
committed
Example
1 parent 7f8f30d commit ad4ff5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/proposals/post-deployment-hooks.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,15 @@ A deployment configuration describes the template for application deployments:
272272
],
273273
"template": {
274274
"strategy": {
275-
"type": "Recreate"
276-
},
277-
"lifecycle": {
278-
"pre": {
279-
"execNewPod": {
280-
"command": ["rake", "db:migrate"],
281-
"container": "rails"
282-
},
283-
"failurePolicy": "Retry"
275+
"type": "Recreate",
276+
"lifecycle": {
277+
"pre": {
278+
"execNewPod": {
279+
"command": ["rake", "db:migrate"],
280+
"container": "rails"
281+
},
282+
"failurePolicy": "Retry"
283+
}
284284
}
285285
},
286286
"controllerTemplate": {

0 commit comments

Comments
 (0)