Add missing tolerations config to daemonsets (#381)
spiffe-csi-driver and spire-agent are missing the ability to specify tolerations. This PR adds the missing functionality. fixes: https://github.com/spiffe/helm-charts/issues/380 Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -59,5 +59,6 @@ A Helm chart to install the SPIFFE CSI driver.
|
||||
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
|
||||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
||||
| tolerations | list | `[]` | |
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user