R. David Murray
R. David Murray
secrets 1.2.9 with sops 3.0.5. If you enter something like: helm secrets edit foo.yaml and foo.yaml doesn't exist but there is a secrets.yaml in the cwd, it will edit that...
secrets 1.2.9, sops 3.0.5 rdmurray@conrad:~/bin>helm secrets edit foo.yaml /home/rdmurray/.helm/plugins/helm-secrets/secrets.sh: line 276: yml: unbound variable Error: plugin "secrets" exited with error
secrets 1.2.9, sops 3.0.5 Not changing the file should not be a plugin error, but it is: File has not changed, exiting. Error: plugin "secrets" exited with error
secrets 1.2.9, sops 3.0.5 rdmurray@conrad:~/projects/live_storagemanager/deploy/test[93cfac3...]>helm secrets edit Edit encrypted Chart secrets.yaml Decrypt encrypted file, edit and then encrypt You can use plain sops to edit - https://github.com/mozilla/sops Example: $ helm...
One of our big motivations for using Marshmallow is to validate that the data created by our programs actually matches the schema of the data we want to transmit on...
I just upgraded my alpine 3.6 system to 3.7. Your wonderful init script was working fine in 3.6, but now when I try to start a qemu service, I get,...
BPO | [24249](https://bugs.python.org/issue24249) --- | :--- Nosy | @rbtcollins, @ezio-melotti, @bitdancer, @voidspace, @vadmium *Note: these values reflect the state of the issue at the time it was migrated and might...
The unknown-8bit trick was designed to deal with unknown bytes in an ASCII message, and it works fine for that. However, I also tried to extend it to handle bytes...