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.
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 dohelm upgrade --set FN_API_CORS_ORIGINS=something
and upgrade their release.