Skip to content

Commit 2866fc9

Browse files
committed
docs(supervisor): shorten the org placement overrides table row
1 parent 062d2b6 commit 2866fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/self-hosting/env/supervisor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mode: "wide"
4848
| `KUBERNETES_NAMESPACE` | No | default | The namespace that runs should be in. |
4949
| `KUBERNETES_WORKER_NODETYPE_LABEL` | No | v4-worker | Nodes for runs need `nodetype=<this>`. Empty: any node. |
5050
| `KUBERNETES_RUNNER_TOLERATIONS` | No || Run pod tolerations. CSV: `key=value:effect`/`key:effect`. |
51-
| `KUBERNETES_ORG_PLACEMENT_OVERRIDES` | No || Per-org node selectors override matching defaults, and tolerations append to existing run-pod tolerations. JSON keyed by the org's internal ID (the `org` label on run pods). |
51+
| `KUBERNETES_ORG_PLACEMENT_OVERRIDES` | No || Per-org run pod placement. JSON keyed by internal org ID. |
5252
| `KUBERNETES_IMAGE_PULL_SECRETS` | No || Image pull secrets (CSV). |
5353
| `KUBERNETES_EPHEMERAL_STORAGE_SIZE_LIMIT` | No | 10Gi | Ephemeral storage size limit. Applies to all runs. |
5454
| `KUBERNETES_EPHEMERAL_STORAGE_SIZE_REQUEST` | No | 2Gi | Ephemeral storage size request. Applies to all runs. |

0 commit comments

Comments
 (0)