You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
295 B
8 lines
295 B
# Install
|
|
```bash
|
|
helm install traefik --namespace traefik --create-namespace --values values.10.24.2.orig.yaml --values values.yaml traefik/traefik
|
|
```
|
|
## UPGRADE
|
|
|
|
helm upgrade traefik --namespace traefik --values values.10.24.2.orig.yaml --version=10.24.2 --values values.yaml traefik/traefik
|