Skip to content

Commit

Permalink
helm docs: add extra env vars (#937)
Browse files Browse the repository at this point in the history
* helm docs: add extra env vars

* rephrase
  • Loading branch information
johnnyaug authored Nov 18, 2020
1 parent 99b0c86 commit 74ac713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deploying/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 74ac713

Please sign in to comment.