Skip to content

Commit

Permalink
Merge pull request #513 from leandrocr/patch-1
Browse files Browse the repository at this point in the history
Improve documentation on helm installation
  • Loading branch information
jzelinskie authored Feb 2, 2018
2 parents 12b47b0 + 45dfabb commit ce0699c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/running-clair.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ A [PostgreSQL 9.4+] database instance is required for all instructions.
#### Kubernetes (Helm)

If you don't have a local Kubernetes cluster already, check out [minikube].
This assumes you've already ran `helm init` and you have access to a currently running instance of Tiller.
This assumes you've already ran `helm init`, you have access to a currently running instance of Tiller and that you are running the latest version of helm.

[minikube]: https://github.com/kubernetes/minikube

Expand All @@ -53,6 +53,7 @@ git clone https://github.com/coreos/clair
cd clair/contrib/helm
cp clair/values.yaml ~/my_custom_values.yaml
vi ~/my_custom_values.yaml
helm dependency update clair
helm install clair -f ~/my_custom_values.yaml
```

Expand Down

0 comments on commit ce0699c

Please sign in to comment.