Skip to content

Commit 643a4bd

Browse files
authored
fix: velero storage backup location (#1716)
1 parent 8c421ed commit 643a4bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

values/velero/velero.gotmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ configuration:
6060
defaultBackupStorageLocation: apl
6161
{{- if eq $obj.type "minioLocal" }}
6262
backupStorageLocation:
63-
- name: apl-minio
63+
- name: apl
6464
provider: aws
6565
default: true
6666
bucket: velero
@@ -72,7 +72,7 @@ configuration:
7272
{{- end }}
7373
{{- if eq $obj.type "linode" }}
7474
backupStorageLocation:
75-
- name: apl-linode
75+
- name: apl
7676
provider: aws
7777
default: true
7878
bucket: {{ $obj.linode.buckets.velero }}
@@ -83,7 +83,7 @@ configuration:
8383
{{- end }}
8484
{{- if eq $v.cluster.provider "linode" }}
8585
volumeSnapshotLocation:
86-
- name: apl-linode
86+
- name: apl
8787
provider: linode.com/velero
8888
{{- end }}
8989
# if set Velero will back up all pod volumes using Restic with the exception of service account tokens, secrets, config maps and hostpath volumes

0 commit comments

Comments
 (0)