Merge pull request #30904 from benoittgt/document-ideal-registry-login-command

[Doc] Help users avoid specifying URL scheme and path with `helm registry`
pull/30905/head
Robert Sirchia 4 months ago committed by GitHub
commit 83c26845ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -34,6 +34,10 @@ import (
const registryLoginDesc = ` const registryLoginDesc = `
Authenticate to a remote registry. Authenticate to a remote registry.
For example for Github Container Registry:
echo "$GITHUB_TOKEN" | helm registry login ghcr.io -u $GITHUB_USER --password-stdin
` `
type registryLoginOptions struct { type registryLoginOptions struct {

Loading…
Cancel
Save