Skip to content

Commit 8dc3df1

Browse files
committed
precommit
1 parent ce60acd commit 8dc3df1

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

helm/docs/configuring-multimodal.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
- [Delegated Operator Storage Requirements](#delegated-operator-storage-requirements)
2323
- [Why Multimodal Needs Extra Scratch Space](#why-multimodal-needs-extra-scratch-space)
2424
- [Minimum Recommended Sizing](#minimum-recommended-sizing)
25-
- [Example Configuration](#example-configuration)
25+
- [Example Storage Configuration](#example-storage-configuration)
2626
- [Pinning Projection Processing With `FIFTYONE_PROJECTION_DELEGATION_TARGET`](#pinning-projection-processing-with-fiftyone_projection_delegation_target)
2727
- [Behavior When Set](#behavior-when-set)
28-
- [Example Configuration](#example-configuration-1)
28+
- [Example Delegation Target Configuration](#example-delegation-target-configuration)
2929

3030
<!-- tocstop -->
3131

@@ -81,7 +81,8 @@ locations (`gs://`, `s3://`, `az://`), both the download of source files and
8181
the write of the compacted output stage through the pod's local `/tmp`
8282
before being uploaded.
8383

84-
If your delegated-operator workloads run with `securityContext.readOnlyRootFilesystem: true`
84+
If your delegated-operator workloads run with
85+
`securityContext.readOnlyRootFilesystem: true`
8586
(recommended for Pod Security Admission `restricted` compliance), `/tmp`
8687
is not writable at all unless you explicitly mount a writable volume there.
8788
An `emptyDir` volume mounted at `/tmp` without its own `sizeLimit` draws
@@ -104,7 +105,7 @@ size up further if your projections accumulate a large backlog of
104105
unconsolidated data between compaction runs (for example, if compaction has
105106
been disabled or failing for a period of time).
106107

107-
### Example Configuration
108+
### Example Storage Configuration
108109

109110
```yaml
110111
delegatedOperatorDeployments:
@@ -163,7 +164,7 @@ operator, `teams-api` logs an error and skips queuing any projection
163164
delegated operations that cycle — pending datasets simply won't be
164165
processed until the value is corrected or removed.
165166

166-
### Example Configuration
167+
### Example Delegation Target Configuration
167168

168169
```yaml
169170
delegatedOperatorDeployments:

0 commit comments

Comments
 (0)