File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
### Configure Backup Storage Locations and Volume Snapshot Locations
5
5
6
6
For configuring the ` backupStorageLocations ` and the ` volumeSnapshotLocations `
7
- we will be using the ` backupLocations.Velero ` and the ` volumeSnapshots .Velero`
7
+ we will be using the ` backupLocations.Velero ` and the ` snapshotLocations .Velero`
8
8
specs respectively in the ` oadp_v1alpha1_dpa.yaml ` file during the deployment.
9
9
10
10
For instance, If we want to configure ` aws ` for ` backupStorageLocations ` as
38
38
credential:
39
39
name: cloud-credentials
40
40
key: cloud
41
- volumeSnapshots :
41
+ snapshotLocations :
42
42
- name: default
43
43
velero:
44
44
provider: aws
Original file line number Diff line number Diff line change 43
43
credential:
44
44
name: cloud-credentials
45
45
key: cloud
46
- volumeSnapshots :
46
+ snapshotLocations :
47
47
- name: default
48
48
velero:
49
49
provider: aws
Original file line number Diff line number Diff line change 45
45
credential:
46
46
name: cloud-credentials
47
47
key: cloud
48
- volumeSnapshots :
48
+ snapshotLocations :
49
49
- name: default
50
50
velero:
51
51
provider: aws
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ your `BackupStorageLocation` must provide a custom secret name.
79
79
credential:
80
80
name: cloud-credentials
81
81
key: cloud
82
- volumeSnapshots :
82
+ snapshotLocations :
83
83
- name: default
84
84
velero:
85
85
provider: aws
@@ -115,7 +115,7 @@ spec:
115
115
credential:
116
116
name: cloud-credentials
117
117
key: cloud
118
- volumeSnapshots :
118
+ snapshotLocations :
119
119
- name: default
120
120
velero:
121
121
provider: aws
@@ -160,7 +160,7 @@ spec:
160
160
credential:
161
161
name: my-custom-name
162
162
key: cloud
163
- volumeSnapshots :
163
+ snapshotLocations :
164
164
- name: default
165
165
velero:
166
166
provider: aws
Original file line number Diff line number Diff line change 40
40
credential:
41
41
name: cloud-credentials
42
42
key: cloud
43
- volumeSnapshots :
43
+ snapshotLocations :
44
44
- name: default
45
45
velero:
46
46
provider: aws
Original file line number Diff line number Diff line change 74
74
credential:
75
75
name: cloud-credentials
76
76
key: cloud
77
- volumeSnapshots :
77
+ snapshotLocations :
78
78
- name: default
79
79
velero:
80
80
provider: aws
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ spec:
131
131
credential:
132
132
name: cloud-credentials
133
133
key: cloud
134
- volumeSnapshots :
134
+ snapshotLocations :
135
135
- name: default
136
136
velero:
137
137
provider: aws
You can’t perform that action at this time.
0 commit comments