fix: correct procedure to install chart

pull/770/head^2
Jérémy PLANCKEEL 2024-05-23 08:01:05 +02:00 committed by Bastien Wirtz
parent fbc20353ef
commit e6adfd7bb7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ helm install homer bananaops/homer-k8s
# install with customisations
wget https://raw.githubusercontent.com/bananaops/homer-k8s/main/helm/homer-k8s/values.yaml
# edit values.yaml
helm install homer djjudas21/homer -f values.yaml
helm install homer bananaops/homer-k8s -f values.yaml
```
### Usage