cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

Use a better check to see if a template variable is nil #508

Closed jandubois closed 5 years ago

jandubois commented 5 years ago

The (quote nil) value changed in tiller between 2.11.0 and 2.14.0 from "<nil>" to the empty string, while (typeOf nil) continues to render as <nil>.

[jsc#CAP-593]

cfdreddbot commented 5 years ago

:white_check_mark: Hey jandubois! The commit authors and yourself have already signed the CLA.