Skip to content

Commit c30a3e9

Browse files
authored
Merge pull request #72144 from anarnold97/OADP-3525-Remove-the-name-field-from-snapshotLocations-spec
OADP-3525: Remove the name field from snapshotLocations spec
2 parents eb789dd + 968df1e commit c30a3e9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

modules/oadp-installing-dpa-1-2-and-earlier.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ spec:
8383
key: cloud
8484
name: {credentials} <7>
8585
snapshotLocations: <8>
86-
- name: default
87-
velero:
86+
- velero:
8887
provider: {provider}
8988
config:
9089
region: <region> <9>

modules/oadp-secrets-for-different-credentials.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ spec:
6363
key: cloud
6464
name: {credentials}
6565
snapshotLocations:
66-
- name: default
67-
velero:
66+
- velero:
6867
provider: {provider}
6968
config:
7069
region: us-west-2
@@ -131,7 +130,6 @@ spec:
131130
resourceGroup: <azure_resource_group>
132131
subscriptionId: <azure_subscription_id>
133132
incremental: "true"
134-
name: default
135133
provider: {provider}
136134
----
137135
<1> Backup location `Secret` with custom name.

0 commit comments

Comments
 (0)