I tried this transformation: ```def transformation...
# python
v
I tried this transformation:
Copy code
def transformation(args: ResourceTransformationArgs):
    if args.type_ == "kubernetes:helm:template":
        return ResourceTransformationResult(
            props=args.props,
            opts=ResourceOptions.merge(args.opts, ResourceOptions(
                ignore_changes=["ChartOpts"],
            )))