Skip to content

Commit

Permalink
update(blobcsi): fdi container setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Jan 24, 2024
1 parent 044adb9 commit 48e4035
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/dev/features/object-storage/blobcsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,17 @@ Add the following to `resource "kubectl_manifest" "fdi-aaw-configuration-data"`,
4. `fdi-unclassified-internal.json: |`

```
{
"bucketName": "<should-be-provided-for-you>",
"pvName": "<acronym>-eprotb",
"subfolder": "",
"readers": ["<name-of-kuebeflow-profile>"],
"writers": ["<name-of-kuebeflow-profile>"],
"spn": "aaw-<acronym>-prod-sp"
}
{
"bucketName": "<should-be-provided-for-you>",
"pvName": "<acronym>-eprotb",
"subfolder": "",
"readers": ["<name-of-kuebeflow-profile>"],
"writers": ["<name-of-kuebeflow-profile>"],
"spn": "aaw-<acronym>-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.

Expand Down

0 comments on commit 48e4035

Please sign in to comment.