JeevanJames/GitOpsConfig

Update type transformer to support NULL values

Closed this issue · 1 comments

If a variable is NULL, then the type transformers should convert it to 0 if it is a number or false if it is a boolean.

Since we are not implementing support for NULL variables (see #3), we're closing this issue for now.