Skip to content

Commit

Permalink
docs: change code blocks to bold in k8s doc (#8626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed Mar 27, 2020
1 parent 723e4c5 commit f61cb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/platform/k8s/injector/index.mdx
Expand Up @@ -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).

0 comments on commit f61cb7b

Please sign in to comment.