Add option to enable federation on spire-server (#97)

This commit is contained in:
Pete Cable
2023-03-16 20:36:13 +01:00
committed by GitHub
parent 382c1f4334
commit 811a2f6b01
7 changed files with 46 additions and 0 deletions
@@ -57,6 +57,9 @@ A Helm chart to install the SPIRE server.
| extraContainers | list | `[]` | |
| extraVolumeMounts | list | `[]` | |
| extraVolumes | list | `[]` | |
| federation.bundleEndpoint.address | string | `"0.0.0.0"` | |
| federation.bundleEndpoint.port | int | `8443` | |
| federation.enabled | bool | `false` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"ghcr.io"` | |