Added environment variable to spire-agent to inject node name

Signed-off-by: Andrew Block <[email protected]>
This commit is contained in:
Andrew Block
2023-10-26 12:14:23 -05:00
parent fb64f8d2d0
commit 9bd7f43056
4 changed files with 9 additions and 1 deletions
@@ -92,6 +92,7 @@ A Helm chart to install the SPIRE agent.
| `telemetry.prometheus.podMonitor.labels` | Pod labels to filter for prometheus monitoring | `{}` |
| `socketPath` | The unix socket path to the spire-agent | `/run/spire/agent-sockets/spire-agent.sock` |
| `priorityClassName` | Priority class assigned to daemonset pods | `""` |
| `extraEnvVars` | Extra environment variables to be added to the Spire Agent container | `[]` |
| `extraVolumes` | Extra volumes to be mounted on Spire Agent pods | `[]` |
| `extraVolumeMounts` | Extra volume mounts for Spire Agent pods | `[]` |
| `extraContainers` | Additional containers to create with Spire Agent pods | `[]` |