diff --git a/.github/config/en-custom.txt b/.github/config/en-custom.txt index 1b2b1dc3c..8a27675e7 100644 --- a/.github/config/en-custom.txt +++ b/.github/config/en-custom.txt @@ -464,3 +464,5 @@ PortableResource runtime's imagePullPolicy otelhttp +PodSpec +ConfigMap \ No newline at end of file diff --git a/docs/content/reference/resource-schema/core-schema/container-schema/_index.md b/docs/content/reference/resource-schema/core-schema/container-schema/_index.md index 5adea7eaf..c12f482e4 100644 --- a/docs/content/reference/resource-schema/core-schema/container-schema/_index.md +++ b/docs/content/reference/resource-schema/core-schema/container-schema/_index.md @@ -28,7 +28,7 @@ weight: 300 | [container](#container) | y | Container configuration. | [See below](#container) | [connections](#connections) | n | List of connections to other resources. | [See below](#connections) | [extensions](#extensions) | n | List of extensions on the container. | [See below](#extensions) -| [runtimes](#runtimes) | n | Runtime specific onfigurations for the container. | [See below](#runtimes) +| [runtimes](#runtimes) | n | Runtime specific configurations for the container. | [See below](#runtimes) ### Container