kyma-incubator / terraform-provider-kind

Terraform Provider for kind (Kubernetes IN Docker)
Apache License 2.0
80 stars 44 forks source link

networking fix #33

Closed tehcyx closed 4 years ago

tehcyx commented 4 years ago

Falsely assumed the CNI needed to be set to false by default, removed that. Fixed some conversion errors and added a test to check for empty networking config.

Will need more networking configs for testing.

This should fix #31 .