Skip to content

Commit

Permalink
feat(kubernetes): Surfacing timeout override for Deploy (Manifest) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wjoel authored and lwander committed Feb 18, 2018
1 parent d4a7598 commit 37af25d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module(KUBERNETES_DEPLOY_MANIFEST_STAGE, [
executionDetailsUrl: require('./deployManifestExecutionDetails.html'),
executionConfigSections: ['deployStatus', 'taskStatus'],
producesArtifacts: true,
defaultTimeoutMs: 30 * 60 * 1000, // 30 minutes
validators: [
{ type: 'requiredField', fieldName: 'moniker.cluster', fieldLabel: 'Cluster' }
],
Expand Down

0 comments on commit 37af25d

Please sign in to comment.