fnproject / fn-helm

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

Expose FN_API_* variables through the chart #25

Closed peterj closed 6 years ago

peterj commented 6 years ago

Once the chart is deployed, there's no way at the moment to update the deployment to add FN_API_CORS_ORIGINS/FN_API_CORS_HEADERS variables. We should think about exposing these two (and possibly other) variables, so users can do helm upgrade --set FN_API_CORS_ORIGINS=something and upgrade their release.