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:
Robert Sirchia 2025-05-23 08:06:12 -04:00 committed by GitHub
commit 83c26845ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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 {