diff --git a/docs/content/guides/author-apps/containers/overview/index.md b/docs/content/guides/author-apps/containers/overview/index.md index 27f73a66c..60821eb35 100644 --- a/docs/content/guides/author-apps/containers/overview/index.md +++ b/docs/content/guides/author-apps/containers/overview/index.md @@ -32,13 +32,13 @@ You can provide a Kubernetes YAML definition as a base or foundation upon which Radius currently supports the following Kubernetes resource types for the `base` property: -| Kubernetes Resource Types | number of resources | limitation | -|----|----|----| -| Deployment | 1 | Deployment name must match the name of radius container in the app-scoped namespace | -| ServiceAccount | 1 | ServiceAccount name must match the name of radius container in the app-scoped namespace| -| Service | 1 | ServiceAccount name must match the name of radius container in the app-scoped namespace | -| Secrets | multiple | no limitation except in the app-scoped namespace | -| ConfigMap | multiple config maps | no limitation except in the app-scoped namespace | +| Kubernetes Resource Types | Number of resources | Limitation | +|---------------------------|---------------------|------------| +| Deployment | 1 | Deployment name must match the name of the Radius container | +| ServiceAccount | 1 | ServiceAccount name must match the name of the Radius container using the correct namespace | +| Service | 1 | ServiceAccount name must match the name of the Radius container using the correct namespace | +| Secrets | Multiple | No limitation except within the respective namespace | +| ConfigMap | Multiple config maps | No limitation except within the respective namespace | ##### Pod patching