diff --git a/docs/dev/features/object-storage/blobcsi.md b/docs/dev/features/object-storage/blobcsi.md index 5a9b5ab6e..7e60e6bfd 100644 --- a/docs/dev/features/object-storage/blobcsi.md +++ b/docs/dev/features/object-storage/blobcsi.md @@ -173,17 +173,17 @@ Add the following to `resource "kubectl_manifest" "fdi-aaw-configuration-data"`, 4. `fdi-unclassified-internal.json: |` ``` - { - "bucketName": "", - "pvName": "-eprotb", - "subfolder": "", - "readers": [""], - "writers": [""], - "spn": "aaw--prod-sp" - } +{ + "bucketName": "", + "pvName": "-eprotb", + "subfolder": "", + "readers": [""], + "writers": [""], + "spn": "aaw--prod-sp" +} ``` -##### Transit Folders +##### Transit Containers If the storage solution requires transit containers, you'll want to add this as well. Not all solutions require this.