Skip to content

Commit 008b677

Browse files
authored
Merge pull request #42628 from stoobie/OADP-298
OADP-298 Fixed indentation in yaml example.
2 parents 0e33cfe + 8dc84e6 commit 008b677

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/oadp-installing-dpa.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
enable: true <.>
107107
backupLocations:
108108
- velero:
109-
configuration:
109+
config:
110110
resourceGroup: <azure_resource_group> <.>
111111
storageAccount: <azure_storage_account_id> <.>
112112
subscriptionId: <azure_subscription_id> <.>
@@ -116,15 +116,15 @@ spec:
116116
name: {credentials} <.>
117117
provider: {provider}
118118
default: true
119-
objectStorage:
120-
bucket: <bucket_name> <.>
121-
prefix: <prefix> <.>
119+
objectStorage:
120+
bucket: <bucket_name> <.>
121+
prefix: <prefix> <.>
122122
snapshotLocations: <.>
123123
- velero:
124124
config:
125125
resourceGroup: <azure_resource_group>
126126
subscriptionId: <azure_subscription_id>
127-
incremental: true
127+
incremental: "true"
128128
name: default
129129
provider: {provider}
130130
----

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ spec:
113113
...
114114
backupLocations:
115115
- velero:
116-
configuration:
116+
config:
117117
resourceGroup: <azure_resource_group>
118118
storageAccount: <azure_storage_account_id>
119119
subscriptionId: <azure_subscription_id>
@@ -123,15 +123,15 @@ spec:
123123
name: <custom_secret> <1>
124124
provider: azure
125125
default: true
126-
objectStorage:
127-
bucket: <bucket_name>
128-
prefix: <prefix>
126+
objectStorage:
127+
bucket: <bucket_name>
128+
prefix: <prefix>
129129
snapshotLocations:
130130
- velero:
131131
config:
132132
resourceGroup: <azure_resource_group>
133133
subscriptionId: <azure_subscription_id>
134-
incremental: true
134+
incremental: "true"
135135
name: default
136136
provider: {provider}
137137
----

0 commit comments

Comments
 (0)