mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
fix(readme): keygroups in .sops.yaml examples
This commit is contained in:
parent
00e9e9cd46
commit
f32ee4fac1
1 changed files with 3 additions and 3 deletions
|
@ -228,7 +228,7 @@ creation_rules:
|
|||
key_groups:
|
||||
- pgp:
|
||||
- *admin_alice
|
||||
- age:
|
||||
age:
|
||||
- *admin_bob
|
||||
```
|
||||
|
||||
|
@ -273,7 +273,7 @@ creation_rules:
|
|||
- pgp:
|
||||
- *admin_alice
|
||||
- *server_azmidi
|
||||
- age:
|
||||
age:
|
||||
- *admin_bob
|
||||
- *server_nosaxa
|
||||
- path_regex: secrets/azmidi/[^/]+\.yaml$
|
||||
|
@ -281,7 +281,7 @@ creation_rules:
|
|||
- pgp:
|
||||
- *admin_alice
|
||||
- *server_azmidi
|
||||
- age:
|
||||
age:
|
||||
- *admin_bob
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue