fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Workflows install fails if fission is not installed in the "fission" namespace #69

Closed soamvasani closed 6 years ago

erwinvaneyk commented 6 years ago

Proposed solution: change helm chart to assume by default that fission is located in the same as where fission workflows will be installed. To have workflows live in a seperated ns, the user will need to update the helm value to point to the ns with fission deployment it wants to use.

soamvasani commented 6 years ago

Yeah, ok, let's do that. It's not ideal, since the user controls installation namespaces, but I can't think of anything better.

erwinvaneyk commented 6 years ago

Fixed in #90 (which depends on https://github.com/fission/fission/pull/413 in Fission)