🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pkg/service/velero_backup.go
    skipped 262 lines
    263 263   if vars["ssl"] != nil {
    264 264   ssl = vars["ssl"].(string)
    265 265   }
    266  - config := "region=minio,s3ForcePathStyle='true',insecureSkipTLSVerify='true',s3Url=" + ssl + "://" + vars["endpoint"].(string)
     266 + config := "region=minio,s3ForcePathStyle=true,insecureSkipTLSVerify=true,s3Url=" + ssl + "://" + vars["endpoint"].(string)
    267 267   args = append(args, "--backup-location-config", config)
    268 268   }
    269 269   if veleroInstall.Requests.Cpu > 0 {
    skipped 228 lines
Please wait...
Page is in error, reload to recover