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
|`debug`| Specify if debug logs should be enabled |`false`|
105
108
|`kinesisErrorProbability`| Specify to randomly inject ProvisionedThroughputExceededException errors into Kinesis API responses |`nil` (Localstack Default) |
106
-
|`startServices`| Comma-separated list of AWS CLI service names which should be loaded right when starting LocalStack. If not set, each service is loaded and started on the first request for that service. |`nil` (Localstack Default) |
109
+
|`startServices`| Comma-separated list of AWS CLI service names which should be loaded right when starting LocalStack. If not set, each service is loaded and started on the first request for that service. |`nil` (Localstack Default) |
107
110
|`lambdaExecutor`| Specify Method to use for executing Lambda functions (partially supported) |`docker`|
108
111
|`extraEnvVars`| Extra environment variables to be set on Localstack primary containers |`nil` (Localstack Default) |
109
112
|`enableStartupScripts`| Mount `/etc/localstack/init/ready.d` to run startup scripts with `{{ template "localstack.fullname" . }}-init-scripts-config` configMap |`false`|
110
-
|`startupScriptContent`| Startup script content when `enableStartupScripts` is `true`. Note: You will need to add a shebang as your first line such as `!#/bin/sh` in order to ensure the startup script is not malformed. |`nil` (Localstack Default) |
113
+
|`startupScriptContent`| Startup script content when `enableStartupScripts` is `true`. Note: You will need to add a shebang as your first line such as `!#/bin/sh` in order to ensure the startup script is not malformed. |`nil` (Localstack Default) |
0 commit comments