We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can see the default helm diff template in the code base.
helm-diff/diff/constant.go
Lines 1 to 13 in 9d4d8e7
Is it possible to render the change path (for instance, spec.selector.matchLabels.component) in the tpl?
spec.selector.matchLabels.component
The final goal is to detect the immutable field changes using this helm diff plugin.
The text was updated successfully, but these errors were encountered:
@okozachenko1203 PR is welcome.
Sorry, something went wrong.
No branches or pull requests
I can see the default helm diff template in the code base.
helm-diff/diff/constant.go
Lines 1 to 13 in 9d4d8e7
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.
The text was updated successfully, but these errors were encountered: