We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8f30d commit ad4ff5eCopy full SHA for ad4ff5e
docs/proposals/post-deployment-hooks.md
@@ -272,15 +272,15 @@ A deployment configuration describes the template for application deployments:
272
],
273
"template": {
274
"strategy": {
275
- "type": "Recreate"
276
- },
277
- "lifecycle": {
278
- "pre": {
279
- "execNewPod": {
280
- "command": ["rake", "db:migrate"],
281
- "container": "rails"
282
283
- "failurePolicy": "Retry"
+ "type": "Recreate",
+ "lifecycle": {
+ "pre": {
+ "execNewPod": {
+ "command": ["rake", "db:migrate"],
+ "container": "rails"
+ },
+ "failurePolicy": "Retry"
+ }
284
}
285
},
286
"controllerTemplate": {
0 commit comments