diff --git a/docs/deploying/install.md b/docs/deploying/install.md index a9f7275ea0a..48d585ae0f0 100644 --- a/docs/deploying/install.md +++ b/docs/deploying/install.md @@ -66,8 +66,9 @@ If you can't provide such access, lakeFS can be configured to use an AWS key-pai | `lakefsConfig` | lakeFS config YAML stringified, as shown above. See [reference](../reference/configuration.md) for available configurations. | | | `replicaCount` | Number of lakeFS pods | `1` | | `resources` | Pod resource requests & limits | `{}` | -| `service.type` | Kubernetes service type | ClusterIP | +| `service.type` | Kubernetes service type | ClusterIP | | `service.port` | Kubernetes service external port | 80 | +| `extraEnvVarsSecret` | Name of a Kubernetes secret containing extra environment variables | | ## Docker To deploy using Docker, create a yaml configuration file.