fnproject / fn-helm

Helm Chart for Fn
Apache License 2.0
56 stars 24 forks source link

Extract environment variables for fnserver to the values.yaml file #27

Closed peterj closed 6 years ago

peterj commented 6 years ago

Setting the environment variables in the container if they are provided. This allows users to provide their own e.g. DB_URL, CORS settings, etc.

Fixes #25