Skip to content

Commit 67acd69

Browse files
Update ToolHive reference docs for toolhive-operator-crds-0.0.15
1 parent f443f4a commit 67acd69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/api-specs/toolhive-crd-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ _Appears in:_
230230
| `volumes` _[Volume](#volume) array_ | Volumes are volumes to mount in the MCP server container | | |
231231
| `resources` _[ResourceRequirements](#resourcerequirements)_ | Resources defines the resource requirements for the MCP server container | | |
232232
| `secrets` _[SecretRef](#secretref) array_ | Secrets are references to secrets to mount in the MCP server container | | |
233+
| `serviceAccount` _string_ | ServiceAccount is the name of an already existing service account to use by the MCP server.<br />If not specified, a ServiceAccount will be created automatically and used by the MCP server. | | |
233234
| `permissionProfile` _[PermissionProfileRef](#permissionprofileref)_ | PermissionProfile defines the permission profile to use | | |
234235
| `podTemplateSpec` _[PodTemplateSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#podtemplatespec-v1-core)_ | PodTemplateSpec defines the pod template to use for the MCP server<br />This allows for customizing the pod configuration beyond what is provided by the other fields.<br />Note that to modify the specific container the MCP server runs in, you must specify<br />the `mcp` container name in the PodTemplateSpec. | | |
235236
| `resourceOverrides` _[ResourceOverrides](#resourceoverrides)_ | ResourceOverrides allows overriding annotations and labels for resources created by the operator | | |

0 commit comments

Comments
 (0)