🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pkg/service/velero_backup.go
    skipped 215 lines
    216 216   return result, err
    217 217   }
    218 218   
    219  - url := constant.LocalRepositoryDomainName + strconv.Itoa(registry.RegistryPort) + "/"
     219 + url := constant.LocalRepositoryDomainName + ":" + strconv.Itoa(registry.RegistryPort) + "/"
    220 220   
    221 221   if backupAccount.Type == "OSS" {
    222 222   args = append(args, "--provider", "alibabacloud")
    skipped 266 lines
Please wait...
Page is in error, reload to recover