diff --git a/src/bentoml/_internal/cloud/deployment.py b/src/bentoml/_internal/cloud/deployment.py index 2728c2afbeb..529a418d4d4 100644 --- a/src/bentoml/_internal/cloud/deployment.py +++ b/src/bentoml/_internal/cloud/deployment.py @@ -63,7 +63,7 @@ class DeploymentConfigParameters: instance_type: str | None = None strategy: str | None = None envs: t.List[dict[str, t.Any]] | None = None - secrets: t.List[str] | None = (None,) + secrets: t.List[str] | None = None extras: dict[str, t.Any] | None = None config_dict: dict[str, t.Any] | None = None config_file: str | t.TextIO | None = None