Add a flag to configure the Kubernetes NodeAttestor (#83)

This commit is contained in:
kfox1111
2023-03-06 19:59:54 +01:00
committed by GitHub
parent 027556904d
commit f123296032
4 changed files with 13 additions and 5 deletions
@@ -62,6 +62,7 @@ A Helm chart to install the SPIRE server.
| jwtIssuer | string | `"oidc-discovery.example.org"` | |
| logLevel | string | `"info"` | |
| nameOverride | string | `""` | |
| nodeAttestor.k8sPsat.enabled | bool | `true` | |
| nodeAttestor.k8sPsat.serviceAccountAllowList | list | `[]` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |