From 33e692a90a38d30f0b1f89f99d1c061c47a9b2a7 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Tue, 29 Aug 2023 08:06:46 -0700 Subject: [PATCH] Fix docs Signed-off-by: Kevin Fox --- charts/spire/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/spire/README.md b/charts/spire/README.md index 18288b7b2..f7610473a 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -541,6 +541,7 @@ Now you can interact with the Spire agent socket from your own application. The | upstream-spire-agent.fsGroupFix.resources | object | `{}` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | | upstream-spire-agent.fullnameOverride | string | `""` | | | upstream-spire-agent.healthChecks.port | int | `9980` | override the host port used for health checking | +| upstream-spire-agent.hostAliases | list | `[]` | Customize /etc/hosts file as described here https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/ | | upstream-spire-agent.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy | | upstream-spire-agent.image.registry | string | `"ghcr.io"` | The OCI registry to pull the image from | | upstream-spire-agent.image.repository | string | `"spiffe/spire-agent"` | The repository within the registry |