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:
Will-Low 2024-07-29 11:51:14 -07:00 committed by GitHub
parent f5963cfe00
commit 7d093f4e11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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