feat: add Kubernetes pod spec for vault-unseal and update docs

- Add `vault-unseal-pod-*.yaml` for Kubernetes deployment.
- Update `README.md` to reflect changes in unseal and sign commands.
- Add `vault` to the `shells/teepot/default.nix` package list.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-08-06 09:38:03 +02:00
parent 4ed311a16a
commit eae8b860a9
Signed by: harald
GPG key ID: F519A1143B3FBE32
5 changed files with 125 additions and 3 deletions

View file

@ -5,12 +5,13 @@
, teepot
, dive
, taplo
, ...
, vault
}:
mkShell {
inputsFrom = [ teepot.teepot ];
packages = [
dive
taplo
vault
];
}