1
0
Fork 0
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:
vdbewout 2023-03-10 09:45:35 +01:00
parent 00e9e9cd46
commit f32ee4fac1
No known key found for this signature in database
GPG key ID: F4756403592D3E9F

View file

@ -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
```