Skip to content

Commit fbab17b

Browse files
authored
Uses regex volumeSnapshots([:\.]+) replace with snapshotLocations$1 (#558)
1 parent 694d677 commit fbab17b

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

docs/config/bsl_and_vsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
### Configure Backup Storage Locations and Volume Snapshot Locations
55

66
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`
88
specs respectively in the `oadp_v1alpha1_dpa.yaml` file during the deployment.
99

1010
For instance, If we want to configure `aws` for `backupStorageLocations` as
@@ -38,7 +38,7 @@ spec:
3838
credential:
3939
name: cloud-credentials
4040
key: cloud
41-
volumeSnapshots:
41+
snapshotLocations:
4242
- name: default
4343
velero:
4444
provider: aws

docs/config/custom_plugin_images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
credential:
4444
name: cloud-credentials
4545
key: cloud
46-
volumeSnapshots:
46+
snapshotLocations:
4747
- name: default
4848
velero:
4949
provider: aws

docs/config/self_signed_certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
credential:
4646
name: cloud-credentials
4747
key: cloud
48-
volumeSnapshots:
48+
snapshotLocations:
4949
- name: default
5050
velero:
5151
provider: aws

docs/credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ your `BackupStorageLocation` must provide a custom secret name.
7979
credential:
8080
name: cloud-credentials
8181
key: cloud
82-
volumeSnapshots:
82+
snapshotLocations:
8383
- name: default
8484
velero:
8585
provider: aws
@@ -115,7 +115,7 @@ spec:
115115
credential:
116116
name: cloud-credentials
117117
key: cloud
118-
volumeSnapshots:
118+
snapshotLocations:
119119
- name: default
120120
velero:
121121
provider: aws
@@ -160,7 +160,7 @@ spec:
160160
credential:
161161
name: my-custom-name
162162
key: cloud
163-
volumeSnapshots:
163+
snapshotLocations:
164164
- name: default
165165
velero:
166166
provider: aws

docs/examples/stateful.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
credential:
4141
name: cloud-credentials
4242
key: cloud
43-
volumeSnapshots:
43+
snapshotLocations:
4444
- name: default
4545
velero:
4646
provider: aws

docs/install_olm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
credential:
7575
name: cloud-credentials
7676
key: cloud
77-
volumeSnapshots:
77+
snapshotLocations:
7878
- name: default
7979
velero:
8080
provider: aws

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
credential:
132132
name: cloud-credentials
133133
key: cloud
134-
volumeSnapshots:
134+
snapshotLocations:
135135
- name: default
136136
velero:
137137
provider: aws

0 commit comments

Comments
 (0)