Docs: k8s annotations for static_secret_render_interval (#12244)

Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
Andrei Burd 2021-08-18 23:41:16 +03:00 committed by GitHub
parent 92739f494f
commit b868dac12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -87,6 +87,10 @@ them, optional commands to run, etc.
due to failures. Defaults to `true`. See [Vault Agent Template
Config](/docs/agent/template-config) for more details.
- `vault.hashicorp.com/template-static-secret-render-interval` - If specified,
configures how often Vault Agent Template should render non-leased secrets such as KV v2.
See [Vault Agent Template Config](/docs/agent/template-config) for more details.
- `vault.hashicorp.com/agent-extra-secret` - mounts Kubernetes secret as a volume at
`/vault/custom` in the sidecar/init containers. Useful for custom Agent configs with
auto-auth methods such as approle that require paths to secrets be present.