Set fetcher image through poolmgr env (#280)

Add a helm value for the fetcher image. Pass the fetcher image path to poolmgr through an env var.
This commit is contained in:
Ta-Ching Chen
2017-08-18 15:12:10 -07:00
committed by Soam Vasani
parent 6bca24a3f5
commit 31f94dbc12
5 changed files with 22 additions and 2 deletions
+2
View File
@@ -42,6 +42,8 @@ The following table lists the configurable parameters of the Fission chart and t
| `serviceType` | Type of service to use | `LoadBalancer`. |
| `image` | Fission image | `fission/fission-bundle` |
| `imageTag` | Fission image tag | `alpha20170124` |
| `fetcherImage` | Fission fetcher image | `fission/fetcher` |
| `fetcherImageTag` | Fission fetcher image tag | `latest` |
| `controllerPort` | Fission Controller Service Port | `31313` |
| `routerPort` | Fission Router Service Port | `31314` |
| `functionNamespace` | Namespace for Fission functions | `fission-function` |