mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Add expected and default values for the vault.hashicorp.com/agent-pre-populate annotation (#27895)
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
This commit is contained in:
parent
f5963cfe00
commit
7d093f4e11
1 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,8 @@ them, optional commands to run, etc.
|
|||
|
||||
- `vault.hashicorp.com/agent-pre-populate` - configures whether an init container
|
||||
is included to pre-populate the shared memory volume with secrets prior to the
|
||||
containers starting.
|
||||
containers starting. This should be set to a `true` or `false` value. Defaults
|
||||
to `true`.
|
||||
|
||||
- `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
|
||||
|
|
|
|||
Loading…
Reference in a new issue