-
Notifications
You must be signed in to change notification settings - Fork 62
diff does not report when keys have been removed from the spec #228
Comments
I believe this is because of |
FWIW, update now does strategic merge patch (using an annotation, like |
I think there should still be two diff modes
I am not sure how this would work in the UI -- @mkmik I'd like to attempt a PR on this if you're not currently working on it or plan to do so soon. I also think it would be great if this issue is fixed before #282 (comment) is implemented. |
@shric yes, that would be great, thanks! |
No problem, thanks @gaurav517 ! Apologies.for not providing this as stated above, I changed employers in July 2020 and sadly I no longer get to use kubecfg :( |
When removing a key from the spec, the diff doesn't report that its changed.
Lets assume I have this configuration applied to a cluster in a file called
resourcequota.json
:Adding a new key with the following spec:
Now after removing the last key, the diff thinks there is no difference:
The expected behaviour would be to show that the key has been removed.
The text was updated successfully, but these errors were encountered: