mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
docs: fix restore logs command name in self-signed-certificates (#10213)
The list of commands supporting --insecure-skip-tls-verify referred to `velero restore log`, but the registered command is `velero restore logs` (pkg/cmd/cli/restore/logs.go). `velero restore log` silently falls through to the parent command's help text and exits 0, so a user following the docs gets no logs and no error. Fixes #10183 Signed-off-by: Harshit saini <harshitsaini1188@gmail.com>
This commit is contained in:
@@ -150,7 +150,7 @@ Velero provides a way for you to skip TLS verification on the object store when
|
||||
* velero backup download
|
||||
* velero backup logs
|
||||
* velero restore describe
|
||||
* velero restore log
|
||||
* velero restore logs
|
||||
|
||||
If true, the object store's TLS certificate will not be checked for validity before Velero or backup repository connects to the object storage. You can permanently skip TLS verification for an object store by setting `Spec.Config.InsecureSkipTLSVerify` to true in the [BackupStorageLocation](api-types/backupstoragelocation.md) CRD.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user