Incorperate feedback

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
Kevin Fox
2023-03-06 06:53:29 -08:00
committed by kfox1111
parent a00c97ba87
commit 027556904d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ A Helm chart to install the SPIRE server.
| jwtIssuer | string | `"oidc-discovery.example.org"` | |
| logLevel | string | `"info"` | |
| nameOverride | string | `""` | |
| nodeAttestor.k8sPsat.serviceAccountsAllowed | list | `[]` | |
| nodeAttestor.k8sPsat.serviceAccountAllowList | list | `[]` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
+1 -1
View File
@@ -180,4 +180,4 @@ initContainers: []
nodeAttestor:
k8sPsat:
serviceAccountsAllowed: []
serviceAccountAllowList: []