You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kind: ConfigMap
data:
foo: bar
script: null
---
kind: xvdcscd
data:
foo: bar
Version
Tested on Linux AMD64, dasel version v2.7.0
I just downloaded that release after I encountered the bug with an older release (some weeks old).
What else?
If this is standard behavior it would be nyce to add a command-line flag to change this. Dasel is far easier to use then kustomize. Also tools like jq/yq/oq don't help since they cannot parse manifests divided by '---'.
The text was updated successfully, but these errors were encountered:
I use dasel in a helm filter to modify template for k8s.
Unfortunately modifying YAML ends in empty string becoming null.
How to reproduce
foo.yaml
:Now modify:
Now watch the value for key
script
Version
Tested on Linux AMD64, dasel version v2.7.0
I just downloaded that release after I encountered the bug with an older release (some weeks old).
What else?
If this is standard behavior it would be nyce to add a command-line flag to change this. Dasel is far easier to use then kustomize. Also tools like jq/yq/oq don't help since they cannot parse manifests divided by '---'.
The text was updated successfully, but these errors were encountered: