From 02a46f61ac8495384f9e44b40e259f0ade046cd2 Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Sat, 25 May 2024 17:26:22 +0200 Subject: [PATCH] fix: localhost address Signed-off-by: Bence Csati --- content/docs/mutating-webhook/vault-agent-templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/mutating-webhook/vault-agent-templating.md b/content/docs/mutating-webhook/vault-agent-templating.md index 7825c0cd..98eb1cfd 100644 --- a/content/docs/mutating-webhook/vault-agent-templating.md +++ b/content/docs/mutating-webhook/vault-agent-templating.md @@ -55,7 +55,7 @@ For the webhook to detect that it will need to mutate or change a PodSpec, add t |-------------------------------------|-----------------------------------------------------------------|--------------------------------------------------------------| | VAULT_IMAGE | hashicorp/vault:latest | The vault image to use for the sidecar container | | VAULT_IMAGE_PULL_POLICY | IfNotPresent | The pull policy for the vault agent container | -| VAULT_ADDR | | Kubernetes service Vault endpoint URL | +| VAULT_ADDR | https://127.0.0.1:8200 | Kubernetes service Vault endpoint URL | | VAULT_TLS_SECRET | "" | Supply a secret with the vault TLS CA so TLS can be verified | | VAULT_AGENT_SHARE_PROCESS_NAMESPACE | Kubernetes version <1.12 default off, 1.12 or higher default on | ShareProcessNamespace override |