diff --git a/changelogs/unreleased/8082-gjanders b/changelogs/unreleased/8082-gjanders new file mode 100644 index 000000000..3b5327464 --- /dev/null +++ b/changelogs/unreleased/8082-gjanders @@ -0,0 +1 @@ +Updates to IBM COS documentation to match current version diff --git a/site/content/docs/main/contributions/ibm-config.md b/site/content/docs/main/contributions/ibm-config.md index 332d0a570..464f53c82 100644 --- a/site/content/docs/main/contributions/ibm-config.md +++ b/site/content/docs/main/contributions/ibm-config.md @@ -65,8 +65,9 @@ velero install \ --provider aws \ --bucket \ --secret-file ./credentials-velero \ + --plugins velero/velero-plugin-for-aws:v1.10.0\ --use-volume-snapshots=false \ - --backup-location-config region=,s3ForcePathStyle="true",s3Url= + --backup-location-config region=,s3ForcePathStyle="true",s3Url=,checksumAlgorithm="" ``` Velero does not have a volume snapshot plugin for IBM Cloud, so creating volume snapshots is disabled.