Skip to content

Commit cc5ed7d

Browse files
committed
update docs.
1 parent 6c59395 commit cc5ed7d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/api-overview.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ _Appears in:_
8585
| `name` _string_ | Name is the distribution name that maps to supported distributions. | | |
8686
| `image` _string_ | Image is the direct container image reference to use | | |
8787

88+
#### ExternalConfigMapSpec
89+
90+
ExternalConfigMapSpec defines external ConfigMaps to inject as environment variables
91+
92+
_Appears in:_
93+
- [ServerSpec](#serverspec)
94+
95+
| Field | Description | Default | Validation |
96+
| --- | --- | --- | --- |
97+
| `name` _string_ | Name is the name of the ConfigMap | | |
98+
| `namespace` _string_ | Namespace is the namespace of the ConfigMap | | |
99+
| `mapping` _object (keys:string, values:string)_ | Mapping defines how ConfigMap keys map to environment variable names<br />Key is the ConfigMap key, Value is the environment variable name | | |
100+
88101
#### LlamaStackDistribution
89102

90103
_Appears in:_
@@ -196,6 +209,7 @@ _Appears in:_
196209
| `storage` _[StorageSpec](#storagespec)_ | Storage defines the persistent storage configuration | | |
197210
| `userConfig` _[UserConfigSpec](#userconfigspec)_ | UserConfig defines the user configuration for the llama-stack server | | |
198211
| `tlsConfig` _[TLSConfig](#tlsconfig)_ | TLSConfig defines the TLS configuration for the llama-stack server | | |
212+
| `envFromExternalConfigMaps` _[ExternalConfigMapSpec](#externalconfigmapspec) array_ | EnvFromExternalConfigMaps defines external ConfigMaps to inject as environment variables | | |
199213

200214
#### StorageSpec
201215

0 commit comments

Comments
 (0)