Skip to content

Commit

Permalink
convert UI to struts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber authored and tomaslin committed Mar 16, 2018
1 parent 7d4d521 commit e486f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/titus.help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const helpContents: {[key: string]: string} = {
'titus.deploy.mountPoint': '(Required) A valid directory to mount the volume, e.g, <samp>/efs</samp>. Invalid locations are <samp>/</samp>, <samp>/data</samp>, and <samp>/logs</samp> as these are reserved directories.',
'titus.deploy.efsId': '(Required) The EFS file system ID, e.g. <samp> fs-0208c74b</samp>.',
'titus.job.waitForCompletion': 'if unchecked, marks the stage as successful right away without waiting for the job to complete',
'titus.bake.fromGitTrigger': 'If checked, gets git details from the specified git trigger. The pipeline will fail when ran manually',
'titus.bake.fromGitTrigger': 'If checked, gets git details from the specified git trigger.',
'titus.bake.repositoryUrl': 'Url to the git repository containing the code to create the Docker image from, <samp>ssh://git@stash.corp.netflix.com:7999/SPKR/orca.git</samp> or <samp>ssh://git@github.com/spinnaker/orca.git</samp>',
'titus.bake.repositoryHash': '(Optional) The hashcode to the git commit for the image',
'titus.bake.repositoryBranch': '(Optional) The branch in git to build the image from',
Expand Down

0 comments on commit e486f7c

Please sign in to comment.