You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`serviceAccount.annotations` - Annotation names and values to add to service account. Default: `{}`.
58
58
*`serviceAccount.create` - Enable creation of service account. Helm release may fail if service account already exists. Default: `true`.
59
59
*`serviceAccount.name` - Name of the service account. If `serviceAccount.create` is enabled then the default will be generated from the release name and chart name. If `serviceAccount.create` is disabled then the default is `"default"`.
60
-
*`terminator.defaults.drain.force` - Default value of `Terminator`'s `spec.drain.force` property. Default: `true`.
61
-
*`terminator.defaults.drain.gracePeriodSeconds` - Default value of `Terminator`'s `spec.drain.gracePeriodSeconds` property. Default: `-1`.
62
-
*`terminator.defaults.drain.ignoreAllDaemonSets` - Default value of `Terminator`'s `spec.drain.ignoreAllDaemonSets` property. Default: `true`.
63
-
*`terminator.defaults.drain.deleteEmptyDirData` - Default value of `Terminator`'s `spec.drain.deleteEmptyDirData` property. Default: `true`.
64
-
*`terminator.defaults.drain.timeoutSeconds` - Default value of `Terminator`'s `spec.drain.timeoutSeconds` property. Default: `120`.
65
-
*`terminator.defaults.webhook.headers` - Default value of `Terminator`'s `spec.webhook.headers` property. Default: `[{"name": "Content-Type", "value": "application/json"}]`.
*`webhook.env` - List of environment variables to set in the webhook container. See [core/v1 Pod.spec.containers.env](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#container-v1-core) Default: `[]`.
68
61
*`webhook.image` - Image repository for the webhook controller.
69
62
*`webhook.logLevel` - Override the global logging level for the webhook container. Default: `""`.
0 commit comments