Merge pull request #488 from caulagi/patch-1
Fix path name for values.yaml in helm chart
This commit is contained in:
commit
1425086670
@ -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
|
git clone https://github.com/coreos/clair
|
||||||
cd clair/contrib/helm
|
cd clair/contrib/helm
|
||||||
cp values.yaml ~/my_custom_values.yaml
|
cp clair/values.yaml ~/my_custom_values.yaml
|
||||||
vi ~/my_custom_values.yaml
|
vi ~/my_custom_values.yaml
|
||||||
helm install clair -f ~/my_custom_values.yaml
|
helm install clair -f ~/my_custom_values.yaml
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user