mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
docs/vault-k8s: updates for the Vault Agent Injector v1.7.0 release (#31144)
This commit is contained in:
parent
c3ee0a26ff
commit
c925ab9c00
1 changed files with 6 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ them, optional commands to run, etc.
|
|||
|
||||
- `vault.hashicorp.com/agent-image` - name of the Vault docker image to use. This
|
||||
value overrides the default image configured in the injector and is usually
|
||||
not needed. Defaults to `hashicorp/vault:1.18.5`.
|
||||
not needed. Defaults to `hashicorp/vault:1.19.5`.
|
||||
|
||||
- `vault.hashicorp.com/agent-init-first` - configures the pod to run the Vault Agent
|
||||
init container first if `true` (last if `false`). This is useful when other init
|
||||
|
|
@ -129,6 +129,11 @@ them, optional commands to run, etc.
|
|||
active, and idle states. See [Vault Agent Template Config](/vault/docs/agent-and-proxy/agent/template#global-configurations)
|
||||
for more details.
|
||||
|
||||
- `vault.hashicorp.com/template-lease-renewal-threshold` - If specified, configures how long Vault Agent's template
|
||||
engine should wait to refresh dynamic, non-renewable leases, measured as a fraction of the lease
|
||||
duration (e.g. `0.9`). See [Vault Agent Template Config](/vault/docs/agent-and-proxy/agent/template#global-configurations)
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue