modify helm push help text

Signed-off-by: Josh Dolitsky <josh@dolit.ski>
pull/9782/head
Josh Dolitsky 3 years ago
parent 1fe2024be3
commit 56028e8d0d
No known key found for this signature in database
GPG Key ID: B2B93673243A65FB

@ -28,10 +28,10 @@ import (
)
const pushDesc = `
Upload a package to a registry.
Upload a chart to a registry.
If the --with-prov flag is specified, the chart MUST have an associated
provenance file, which will also be uploaded.
If the chart has an associated provenance file,
it will also be uploaded.
`
func newPushCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {

Loading…
Cancel
Save