helm installation using values

This commit is contained in:
Erik Aulin 2018-05-30 17:38:04 +02:00 committed by Traefiker Bot
parent 6be77b7fb9
commit 36e273714d

View file

@ -301,7 +301,21 @@ Install the Træfik chart by:
```shell
helm install stable/traefik
```
Install the Træfik chart using a values.yaml file.
```shell
helm install --values values.yaml stable/traefik
```
```yaml
dashboard:
enabled: true
domain: traefik-ui.minikube
kubernetes:
namespaces:
- default
- kube-system
```
For more information, check out [the documentation](https://github.com/kubernetes/charts/tree/master/stable/traefik).
## Submitting an Ingress to the Cluster