helm-diff
helm-diff copied to clipboard
Is it possible to get the change path via HELM_DIFF_TPL?
I can see the default helm diff template in the code base.
https://github.com/databus23/helm-diff/blob/9d4d8e71dd7b1e911119a05862462a4ecf679e32/diff/constant.go#L1-L13
Is it possible to render the change path (for instance, spec.selector.matchLabels.component) in the tpl?
The final goal is to detect the immutable field changes using this helm diff plugin.
@okozachenko1203 PR is welcome.