Sergey Ptushkin

Results 14 comments of Sergey Ptushkin

@smira Hi! 👋 I have to disagree with you. > You can still achieve “replace” strategy by having two patches, one with $patch: delete which clears the list, and another...

@smira Hi! I think that even `$patch: replace` won’t solve this problem, because I’ve encountered the following situation with `$patch: delete`. I have two patches for all host groups (*control_plane,...

@smira If I change the level of the element being removed from the list. I get the following error: Even though it’s supposed to work according to the documentation.... but...

@smira Thank you! Your example really works! :) But this was not entirely clear in the documentation. ``` machine: network: nameservers: $patch: delete ``` See: ``` Apply config patches to...