Add link to values.yaml in charts' README.md (#1023)

Makes it easy to find the values.yaml of fission-all chart
This commit is contained in:
Bhavin Gandhi
2018-12-14 15:33:15 +08:00
committed by Ta-Ching Chen
parent 6f2d8f5372
commit 34b9be0bd3
+1 -1
View File
@@ -79,7 +79,7 @@ If you're using minikube, set serviceType to NodePort:
$ helm install --name my-release --set serviceType=NodePort fission-all
```
You can also set parameters with a yaml file (see values.yaml for
You can also set parameters with a yaml file (see [values.yaml](fission-all/values.yaml) for
what it should look like):
```bash