serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Fixing functions deployment issue from Windows #95

Closed vishweshwarp closed 6 years ago

vishweshwarp commented 6 years ago

This change fixes #93

Added a conditional check for KUBECONFIG paths list delimiter based on OS to fix deployment issue from Windows. Tested locally.