mirror of https://github.com/helm/helm.git
Merge pull request #30904 from benoittgt/document-ideal-registry-login-command
[Doc] Help users avoid specifying URL scheme and path with `helm registry`
This commit is contained in:
commit
83c26845ad
|
@ -34,6 +34,10 @@ import (
|
|||
|
||||
const registryLoginDesc = `
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue