embercsi / ember-csi-operator

Operator to create/configure/manage Ember CSI Driver atop Kubernetes/OpenShift
Apache License 2.0
3 stars 6 forks source link

Fix transform_csv on empty strings #117

Closed cschwede closed 3 years ago

cschwede commented 3 years ago

Make sure an empty string is transformed into an empty list, not a list with a single 0-byte sized string.