remove all remaining legacy Ark references (#1415)

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-04-29 12:33:54 -07:00
committed by KubeKween
parent 8392e6d83f
commit 660080e6f3
8 changed files with 16 additions and 19 deletions
-3
View File
@@ -58,18 +58,15 @@ var nonRestorableResources = []string{
// Don't ever restore backups - if appropriate, they'll be synced in from object storage.
// https://github.com/heptio/velero/issues/622
"backups.ark.heptio.com",
"backups.velero.io",
// Restores are cluster-specific, and don't have value moving across clusters.
// https://github.com/heptio/velero/issues/622
"restores.ark.heptio.com",
"restores.velero.io",
// Restic repositories are automatically managed by Velero and will be automatically
// created as needed if they don't exist.
// https://github.com/heptio/velero/issues/1113
"resticrepositories.ark.heptio.com",
"resticrepositories.velero.io",
}