Merge pull request #488 from caulagi/patch-1

Fix path name for values.yaml in helm chart
This commit is contained in:
Jimmy Zelinskie 2017-11-28 17:15:06 -05:00 committed by GitHub
commit 1425086670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```