File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -47,28 +47,23 @@ spec:
47
47
namespace: velero
48
48
features: EnableCSI
49
49
defaultBackupTTL: 72h
50
- defaultResticPruneFrequency: 72h
51
50
backupStorageLocation:
52
51
- name: default
53
52
provider: community.openstack.org/openstack
54
53
bucket: ${ bucket_velero}
55
54
config:
56
55
cloud: self
57
- region: ${ region}
58
- resticRepoPrefix: swift:${ bucket_restic} :/restic
56
+ region: ${ region}
59
57
volumeSnapshotLocation:
60
58
- name: default
61
59
provider: csi
62
60
extraEnvVars:
63
- # for restic (no support for clouds.yaml, https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#openstack-swift)
64
61
OS_AUTH_URL: ${ auth_url} /v3
65
62
OS_APPLICATION_CREDENTIAL_ID: ${ app_id}
66
63
OS_APPLICATION_CREDENTIAL_NAME: ${ app_name}
67
64
OS_APPLICATION_CREDENTIAL_SECRET: ${ app_secret}
68
65
# for community.openstack.org/openstack (env vars do not work and take precedence over clouds.yaml unless cloud set)
69
66
OS_CLOUD: self
70
-
71
- # uploaderType: restic
72
67
73
68
credentials:
74
69
# for community.openstack.org/openstack
You can’t perform that action at this time.
0 commit comments