mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
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:
parent
4ed311a16a
commit
eae8b860a9
5 changed files with 125 additions and 3 deletions
|
@ -5,12 +5,13 @@
|
|||
, teepot
|
||||
, dive
|
||||
, taplo
|
||||
, ...
|
||||
, vault
|
||||
}:
|
||||
mkShell {
|
||||
inputsFrom = [ teepot.teepot ];
|
||||
packages = [
|
||||
dive
|
||||
taplo
|
||||
vault
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue