pyyaml icon indicating copy to clipboard operation
pyyaml copied to clipboard

Add a `value` builtin constructor to handle the `=` sign

Open jonapich opened this issue 2 years ago • 3 comments

fixes #89

There's an alternative fix, we can remove the implicit_loader from resolver.py instead of mapping 'tag:yaml.org,2002:value' to the string resolver.

jonapich avatar May 11 '22 19:05 jonapich

This exact issue is affecting us too (with exactly the same CRD.. :) )

hassenius avatar Sep 19 '22 13:09 hassenius

I guess it's worth to mention a local workaround: https://github.com/yaml/pyyaml/issues/89#issuecomment-1124189214

jonapich avatar Sep 19 '22 15:09 jonapich

@nitzmahone any chance that we can get a review and merge on this? This issue came up for me too and the issue has 10+ thumbs ups

spacether avatar Jul 17 '23 02:07 spacether