-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
How to exclude specific fields for comparison within the statefulset spec ? #40
Comments
The way this goes is to remove those fields before the comparison happens. You can see examples here on how to do that: And here is how to use it:
|
Hi, |
those are examples, you have to craft the function you need for yourself right now |
Got it... Would it be possible to implement such field exclusions as part of a common library within this repository ? |
It's absolutely possible! If you have something we can add it through a pull request of course! |
Ok sure.. am currently working on excluding fields in statefulset. i will try to create them in a generic way and come up with a PR. |
Would like to exclude one specific field within the statefulset spec for the object matcher comparison. Is there a way to exclude specific fields in the statefulset spec for object matcher comparison ?
The text was updated successfully, but these errors were encountered: