Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
docs: add missing helm repo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Feb 21, 2024
1 parent 8b1608d commit e875e41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This chart installs the Traefik Hub agent in *Ingress Controller* mode on a Kube
### Prerequisites

1. [x] Helm **v3** [installed](https://helm.sh/docs/using_helm/#installing-helm): `helm version`
2. [x] Traefik Labs chart repository: `helm repo add traefik https://traefik.github.io/charts`

### Deploying Hub Ingres Controller for Kubernetes

Expand All @@ -42,7 +43,7 @@ kubectl create secret generic hub-agent-token --from-literal=token=XXXX
helm upgrade --install traefik-hub traefik/traefik-hub
```

You can customize the installation with a `values` file.
You can customize the installation with a `values` file.
Find the complete documentation on all parameters in the [default value file](./traefik-hub/values.yaml).

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down Expand Up @@ -137,4 +138,4 @@ make test
Distributed under the Apache v2 License.
See [LICENSE](./LICENSE) for more information.

<p align="right">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 comments on commit e875e41

Please sign in to comment.