diff --git a/website/pages/docs/platform/k8s/injector/index.mdx b/website/pages/docs/platform/k8s/injector/index.mdx index 9691f73cdcf50..98131faa35289 100644 --- a/website/pages/docs/platform/k8s/injector/index.mdx +++ b/website/pages/docs/platform/k8s/injector/index.mdx @@ -179,7 +179,7 @@ annotation. The configuration files will be mounted to `/vault/configs`. The configuration map must contain either one or both of the following files: -- `config-init.hcl` used by the init container. This must have `exit_after_auth` set to `true`. -- `config.hcl` used by the sidecar container. This must have `exit_after_auth` set to `false`. +- **config-init.hcl** used by the init container. This must have `exit_after_auth` set to `true`. +- **config.hcl** used by the sidecar container. This must have `exit_after_auth` set to `false`. An example of mounting a Vault Agent configmap [can be found here](/docs/platform/k8s/injector/examples#configmap-example).