Skip to content

Commit c80a94f

Browse files
authored
Merge pull request #87873 from anarnold97/OADP-5578-Formatting-issue-in-oadp-rosa-sts.adoc
OADP-5578: Formatting issue in installing-oadp-rosa-sts.adoc
2 parents 0d20a64 + 7ad3df8 commit c80a94f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/installing-oadp-rosa-sts.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ cat <<EOF > ${SCRATCH}/credentials
4646
[default]
4747
role_arn = ${ROLE_ARN}
4848
web_identity_token_file = /var/run/secrets/openshift/serviceaccount/token
49-
region = <aws_region> <1>
49+
region = <aws_region> # <1>
5050
EOF
5151
----
5252
<1> Replace `<aws_region>` with the AWS region to use for the {sts-short} endpoint.
@@ -163,7 +163,7 @@ $ cat << EOF | oc create -f -
163163
name: ${CLUSTER_NAME}-dpa
164164
namespace: openshift-adp
165165
spec:
166-
backupImages: true <1>
166+
backupImages: true # <1>
167167
features:
168168
dataMover:
169169
enable: false
@@ -206,7 +206,7 @@ $ cat << EOF | oc create -f -
206206
name: ${CLUSTER_NAME}-dpa
207207
namespace: openshift-adp
208208
spec:
209-
backupImages: true <1>
209+
backupImages: true # <1>
210210
backupLocations:
211211
- bucket:
212212
cloudStorageRef:
@@ -223,16 +223,16 @@ $ cat << EOF | oc create -f -
223223
defaultPlugins:
224224
- openshift
225225
- aws
226-
nodeAgent: <2>
226+
nodeAgent: # <2>
227227
enable: false
228228
uploaderType: restic
229229
snapshotLocations:
230230
- velero:
231231
config:
232-
credentialsFile: /tmp/credentials/openshift-adp/cloud-credentials-credentials <3>
233-
enableSharedConfig: "true" <4>
234-
profile: default <5>
235-
region: ${REGION} <6>
232+
credentialsFile: /tmp/credentials/openshift-adp/cloud-credentials-credentials # <3>
233+
enableSharedConfig: "true" # <4>
234+
profile: default # <5>
235+
region: ${REGION} # <6>
236236
provider: aws
237237
EOF
238238
----

0 commit comments

Comments
 (0)