Fix typo with path name for values.yaml in helm chart

pull/488/head
Pradip Caulagi 7 years ago committed by GitHub
parent 39f00cd756
commit f97f90835f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ This assumes you've already ran `helm init` and you have access to a currently r
```
git clone https://github.com/coreos/clair
cd clair/contrib/helm
cp values.yaml ~/my_custom_values.yaml
cp clair/values.yaml ~/my_custom_values.yaml
vi ~/my_custom_values.yaml
helm install clair -f ~/my_custom_values.yaml
```

Loading…
Cancel
Save