garethr / garethr-kubernetes

Puppet types and provider for managing Pods, ReplicationControllers, Services and more in Kubernetes
http://garethr.github.io/garethr-kubernetes
Apache License 2.0
28 stars 28 forks source link

Remove fixnumify function when creating the object #34

Open teintuc opened 7 years ago

teintuc commented 7 years ago

This fix should prevent the problem when creating an environment variable with an integer as value. Error: Could not set 'present' on ensure: HTTP status code 400, Deployment in version "v1beta1" cannot be handled as a Deployment: [pos 1937]: json: expect char '"' but got char '2' at

It also mean that now, you must be careful when writing your manifests