FairwindsOps / pentagon

A framework for building repeatable, containerized, cloud-based infrastructure as code with Kubernetes.
https://www.reactiveops.com
Apache License 2.0
183 stars 25 forks source link

string interpreted as float in vars.yml in components #105

Closed ejether closed 6 years ago

ejether commented 6 years ago

pentagon add kops.cluster -f vars.yml where network_cidr: "172.30.0.0/16" network_cidr_base: "172.30" in my vars but the subnets all came out with 172.3. in the cluster.yml

I assume the string is interpretd as a fload and the trailing 0 is being trimmed

ejether commented 6 years ago

Current workaround: put all strings in " " to ensure they are interpreted as such