File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $ cat <<EOF > ${SCRATCH}/credentials
46
46
[default]
47
47
role_arn = ${ROLE_ARN}
48
48
web_identity_token_file = /var/run/secrets/openshift/serviceaccount/token
49
- region = <aws_region> <1>
49
+ region = <aws_region> # <1>
50
50
EOF
51
51
----
52
52
<1> Replace `<aws_region>` with the AWS region to use for the {sts-short} endpoint.
@@ -163,7 +163,7 @@ $ cat << EOF | oc create -f -
163
163
name: ${CLUSTER_NAME}-dpa
164
164
namespace: openshift-adp
165
165
spec:
166
- backupImages: true <1>
166
+ backupImages: true # <1>
167
167
features:
168
168
dataMover:
169
169
enable: false
@@ -206,7 +206,7 @@ $ cat << EOF | oc create -f -
206
206
name: ${CLUSTER_NAME}-dpa
207
207
namespace: openshift-adp
208
208
spec:
209
- backupImages: true <1>
209
+ backupImages: true # <1>
210
210
backupLocations:
211
211
- bucket:
212
212
cloudStorageRef:
@@ -223,16 +223,16 @@ $ cat << EOF | oc create -f -
223
223
defaultPlugins:
224
224
- openshift
225
225
- aws
226
- nodeAgent: <2>
226
+ nodeAgent: # <2>
227
227
enable: false
228
228
uploaderType: restic
229
229
snapshotLocations:
230
230
- velero:
231
231
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>
236
236
provider: aws
237
237
EOF
238
238
----
You can’t perform that action at this time.
0 commit comments