Skip to content

Commit

Permalink
fix: correct procedure to install chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jplanckeel authored and bastienwirtz committed May 23, 2024
1 parent fbc2035 commit e6adfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6adfd7

Please sign in to comment.