Skip to content

Commit

Permalink
fix: localhost address
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <bcsati@cisco.com>
  • Loading branch information
csatib02 committed May 25, 2024
1 parent d8546dc commit 02a46f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/mutating-webhook/vault-agent-templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <https://127.0.0.1:8200> | 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 |

Expand Down

0 comments on commit 02a46f6

Please sign in to comment.