jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

If cloud_provider not specified throws an error #15

Closed alexanelli closed 5 years ago

alexanelli commented 5 years ago

the boshrelease will take 'none', but does require a value

jhunt commented 5 years ago

The documentation (in the spec file) claims it is an optional property, but the templates fail to render. You can put literally anything other than vSphere in and it will work.

1) Make it truly optional 2) Raise an error if something other than "vsphere" is set.