Skip to content

Commit

Permalink
docs: improve help to mention 'default' classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 8, 2018
1 parent 1c229c5 commit 809062a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/jx/cmd/edit_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
Per team you can specify a Git repository URL to store artifacts inside per classification or you can use a HTTP URL.
If you don't specify any specific storage it will default to the git repository for a project.'
If you don't specify any specific storage for a classifier it will try the classifier 'default'.If there is still no configuration then it will default to the git repository for a project.'
`)

editStorageExample = templates.Examples(`
Expand All @@ -30,6 +30,9 @@ var (
# Configure the git URL of where to store logs
jx edit storage -c logs --git-url https://github.com/myorg/mylogs.git'
# Configure the git URL of where all storage goes to by default unless a specific classifier has a config
jx edit storage -c default --git-url https://github.com/myorg/mylogs.git'
`)
)

Expand Down

0 comments on commit 809062a

Please sign in to comment.