From 7d093f4e115baad5f8b14e9dc88ee462697f38ef Mon Sep 17 00:00:00 2001 From: Will-Low <26700668+Will-Low@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:51:14 -0700 Subject: [PATCH] Add expected and default values for the `vault.hashicorp.com/agent-pre-populate` annotation (#27895) Co-authored-by: Theron Voran --- website/content/docs/platform/k8s/injector/annotations.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/docs/platform/k8s/injector/annotations.mdx b/website/content/docs/platform/k8s/injector/annotations.mdx index 1be2e3f577..a19d3ac7f2 100644 --- a/website/content/docs/platform/k8s/injector/annotations.mdx +++ b/website/content/docs/platform/k8s/injector/annotations.mdx @@ -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