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
We should try to extract the SetField command and create a test case for this with some fixture YAMLs.
One way would be to unmarshal into https://pkg.go.dev/gopkg.in/yaml.v3#Node and work with the AST to set the the value (which is quite low-level) and handling cases of a key that does not exist or is not a "leaf".
Patch command
Other comments in that file are kept
The text was updated successfully, but these errors were encountered: