Skip to content

Commit 8268495

Browse files
Kirubel-Fikruzifeo
authored andcommitted
fix:remove restic
1 parent d301a34 commit 8268495

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

manifests/velero.yaml.tpl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,23 @@ spec:
4747
namespace: velero
4848
features: EnableCSI
4949
defaultBackupTTL: 72h
50-
defaultResticPruneFrequency: 72h
5150
backupStorageLocation:
5251
- name: default
5352
provider: community.openstack.org/openstack
5453
bucket: ${bucket_velero}
5554
config:
5655
cloud: self
57-
region: ${region}
58-
resticRepoPrefix: swift:${bucket_restic}:/restic
56+
region: ${region}
5957
volumeSnapshotLocation:
6058
- name: default
6159
provider: csi
6260
extraEnvVars:
63-
# for restic (no support for clouds.yaml, https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#openstack-swift)
6461
OS_AUTH_URL: ${auth_url}/v3
6562
OS_APPLICATION_CREDENTIAL_ID: ${app_id}
6663
OS_APPLICATION_CREDENTIAL_NAME: ${app_name}
6764
OS_APPLICATION_CREDENTIAL_SECRET: ${app_secret}
6865
# for community.openstack.org/openstack (env vars do not work and take precedence over clouds.yaml unless cloud set)
6966
OS_CLOUD: self
70-
71-
# uploaderType: restic
7267

7368
credentials:
7469
# for community.openstack.org/openstack

0 commit comments

Comments
 (0)