docs: added minor recommendation for k8s agent annotations (#13239)

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
Nicola Kabar 2021-11-29 16:57:19 -06:00 committed by GitHub
parent 0a11076322
commit b5f1027d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -137,7 +137,8 @@ them, optional commands to run, etc.
- `vault.hashicorp.com/agent-pre-populate-only` - configures whether an init container - `vault.hashicorp.com/agent-pre-populate-only` - configures whether an init container
is the only injected container. If true, no sidecar container will be injected is the only injected container. If true, no sidecar container will be injected
at runtime of the pod. at runtime of the pod. Enabling this option is recommended for workloads of
type `CronJob` or `Job` to ensure a clean pod termination.
- `vault.hashicorp.com/preserve-secret-case` - configures Vault Agent to preserve - `vault.hashicorp.com/preserve-secret-case` - configures Vault Agent to preserve
the secret name case when creating the secret files. This should be set to a `true` the secret name case when creating the secret files. This should be set to a `true`