Skip to content

Commit

Permalink
Update README.md (#42)
Browse files Browse the repository at this point in the history
The helm chart install command is missing a '.' for the values file parameter.

Signed-off-by: Brad P. Crochet <[email protected]>
  • Loading branch information
bcrochet authored Jul 13, 2024
1 parent 44717b3 commit 1848e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
5. Install the Helm chart

```sh
helm install external-dns-unifi external-dns/external-dns -f external-dns-unifi-values yaml --version 1.14.3 -n external-dns
helm install external-dns-unifi external-dns/external-dns -f external-dns-unifi-values.yaml --version 1.14.3 -n external-dns
```

## ⭐ Stargazers
Expand Down

0 comments on commit 1848e66

Please sign in to comment.