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:
harshit saini
2026-08-10 16:00:54 -04:00
committed by GitHub
parent 513e93ff4b
commit 943a4d6bb4
@@ -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.