mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-27 18:04:59 +00:00
Fix cli description
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
4cd2973d63
commit
529e66ce51
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ var secretOCIArgs = secretOCIFlags{}
|
|||
func init() {
|
||||
createSecretOCICmd.Flags().StringVar(&secretOCIArgs.url, "url", "", "oci repository address e.g ghcr.io/stefanprodan/charts")
|
||||
createSecretOCICmd.Flags().StringVarP(&secretOCIArgs.username, "username", "u", "", "basic authentication username")
|
||||
createSecretOCICmd.Flags().StringVarP(&secretOCIArgs.password, "password", "p", "", "basic authentication")
|
||||
createSecretOCICmd.Flags().StringVarP(&secretOCIArgs.password, "password", "p", "", "basic authentication password")
|
||||
|
||||
createSecretCmd.AddCommand(createSecretOCICmd)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue