Skip to content

Commit afae51e

Browse files
update docs for TLS config typo and note for BSL/VSL default profile warnings (#423)
1 parent edf089b commit afae51e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/config/bsl_and_vsl.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ For instance, `bucket` spec value should be according to your own bucket name, a
5050
the velero installation will fail.
5151
- Parameter reference for [backupStorageLocations](https://velero.io/docs/main/api-types/backupstoragelocation/)
5252
and [volumeSnapshotLocations](https://velero.io/docs/main/api-types/volumesnapshotlocation/)
53+
- Please add the spec `spec.backupStorageLocations.default: true` if you see recurring
54+
warnings in velero logs with the message `"There is no existing backup storage location set as default."`. Similarly, you can
55+
add `default: true` for `volumeSnapshotLocation` as well.

docs/config/noobaa/install_oadp_noobaa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ the following `backupStorageLocations` spec in the Velero CR:
6060
region: noobaa # could be different for Minio depending on server configuration
6161
s3Url: <S3_URL_ROUTE> # s3 URL
6262
s3ForcePathStyle: "true" # force velero to use path-style convention
63-
insecureSkipTlsVerify: "true" # insecure connections
63+
insecureSkipTLSVerify: "true" # insecure connections
6464
credential:
6565
name: cloud-credentials
6666
key: cloud

docs/config/self_signed_certs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
config:
3131
region: us-east-1
3232
profile: "default"
33-
insecureSkipTlsVerify: "false"
33+
insecureSkipTLSVerify: "false"
3434
signatureVersion: "1"
3535
public_url: "https://m-oadp.apps.cluster-sdpampat0519.sdpampat0519.mg.dog8code.com"
3636
s3Url: "https://m-oadp.apps.cluster-sdpampat0519.sdpampat0519.mg.dog8code.com"
@@ -40,5 +40,5 @@ spec:
4040
key: cloud
4141
enableRestic: true
4242
```
43-
<b>Note:</b> Ensure that `insecureSkipTlsVerify` is set to `false` so that TLS
43+
<b>Note:</b> Ensure that `insecureSkipTLSVerify` is set to `false` so that TLS
4444
is used.

0 commit comments

Comments
 (0)