mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-13 20:29:17 +00:00
another test commit
This commit is contained in:
parent
b85ea605cd
commit
8318a036fe
1 changed files with 3 additions and 2 deletions
|
@ -795,8 +795,9 @@ example the `drone` secret is exposed as `/run/secrets/drone-server` for
|
|||
|
||||
## Migrate from pass/krops
|
||||
|
||||
If you have used [pass](https://www.passwordstore.org) before i.e. in [krops](https://github.com/krebs/krops) than you can use
|
||||
the following one-liner to convert all your secrets to a yaml structure.
|
||||
If you have used [pass](https://www.passwordstore.org) before i.e. in
|
||||
[krops](https://github.com/krebs/krops) than you can use the following one-liner
|
||||
to convert all your secrets to a yaml structure.
|
||||
|
||||
```console
|
||||
$ for i in *.gpg; do echo "$(basename $i .gpg): |\n$(pass $(dirname $i)/$(basename $i .gpg)| sed 's/^/ /')"; done
|
||||
|
|
Loading…
Add table
Reference in a new issue