Oleh Moskovych
Oleh Moskovych
Is there any progress? Somebody is working on it? Might be it is included in some milestone for next releases?
@ifraixedes , ok, but I've already started working on it: https://github.com/mozilla/sops/pull/887. As discussed in https://github.com/mozilla/sops/issues/881 it will be "breaking" (without semantic) changes and without the flag, as is. Just waiting...
There is should be some note in the documentation, that it is a single binary for Windows, not the installer. It should be placed somewhere on the disk and added...
@autrilla @ajvb Is there any chance to clarify the behavior of sops regex match? Should we duplicate the records for Linux/MacOS and Windows separately? Or write complex universal matches?
Hey @Nokel81 , thanks for response. What is the behavior of `watch` if the resource was deleted? For example I've deleted some CRD's with `kubectl delete -f crds.yaml`. (The same...
@Nokel81 , got an example: PV was deleted, but still show in Lens. Additionally I can open the details, but resource already doesn't exist, which no make sense. I would...
@felixfontein , yep, I've mentioned that issue too, but don't see any progress on it. Would it will be possible to control such behavior? Kind a flag? Or better parameter...
I would like to keep it and probably will try to implement that feature. Looking to the code, I've found the place where in goes (line 159): https://github.com/mozilla/sops/blob/66043e71a81787d6513bc2e5505a29aac67dc6f1/stores/json/store.go#L152-L161 So, by...
@autrilla , wouldn't it be a breaking change switching it without flag? We have no guarantee that people not rely on it, or have?
@autrilla , ok, then I'll prepare the PR with change. Would you be able to approve builds workflow?