Make the chart work with helm 2.2 (#170)
Primarily this involved removing the release namespace, which is controlled by helm. If you want resources in a namespace you set --namespace= with helm install, anything else leaves helm unable to properly manage the resources. I think the functions namespace won't work either on a delete.
This commit is contained in:
committed by
Soam Vasani
parent
e1067ab4e5
commit
a15c867812
@@ -20,4 +20,4 @@ routerPort: 31314
|
||||
|
||||
## Namespace in which to run fission functions (this is different from
|
||||
## the release namespace)
|
||||
fissionFunctionNamespace: fission-function
|
||||
functionNamespace: fission-function
|
||||
|
||||
Reference in New Issue
Block a user