File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ configuration:
60
60
defaultBackupStorageLocation: apl
61
61
{{- if eq $obj.type "minioLocal" }}
62
62
backupStorageLocation:
63
- - name: apl-minio
63
+ - name: apl
64
64
provider: aws
65
65
default: true
66
66
bucket: velero
@@ -72,7 +72,7 @@ configuration:
72
72
{{- end }}
73
73
{{- if eq $obj.type "linode" }}
74
74
backupStorageLocation:
75
- - name: apl-linode
75
+ - name: apl
76
76
provider: aws
77
77
default: true
78
78
bucket: {{ $obj.linode.buckets.velero }}
@@ -83,7 +83,7 @@ configuration:
83
83
{{- end }}
84
84
{{- if eq $v.cluster.provider "linode" }}
85
85
volumeSnapshotLocation:
86
- - name: apl-linode
86
+ - name: apl
87
87
provider: linode.com/velero
88
88
{{- end }}
89
89
# if set Velero will back up all pod volumes using Restic with the exception of service account tokens, secrets, config maps and hostpath volumes
You can’t perform that action at this time.
0 commit comments