-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sops.yaml
30 lines (30 loc) · 974 Bytes
/
.sops.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
creation_rules:
- # IMPORTANT: This rule MUST be above the others
path_regex: talos/.*\.sops\.ya?ml
key_groups:
- age:
- "age1rmlyc7jr5a0eqtlz9gdr2lwlnz2r9gcfz3w2ah6jyk4a8uy47sasfyxdzj"
- path_regex: kubernetes/.+\.secret(\.sops)?\.ya?ml
input_type: yaml
encrypted_regex: ^(data|stringData)$
key_groups:
- age:
- age1rmlyc7jr5a0eqtlz9gdr2lwlnz2r9gcfz3w2ah6jyk4a8uy47sasfyxdzj
- path_regex: kubernetes/.+\.secret(\.sops)?\.env
input_type: env
key_groups:
- age:
- age1rmlyc7jr5a0eqtlz9gdr2lwlnz2r9gcfz3w2ah6jyk4a8uy47sasfyxdzj
- path_regex: .*\.secret(\.sops)?\.yaml
encrypted_regex: ^(data|stringData)$
key_groups:
- age:
- age1rmlyc7jr5a0eqtlz9gdr2lwlnz2r9gcfz3w2ah6jyk4a8uy47sasfyxdzj
- path_regex: .*\.secret(\.sops)?\.env
key_groups:
- age:
- age1rmlyc7jr5a0eqtlz9gdr2lwlnz2r9gcfz3w2ah6jyk4a8uy47sasfyxdzj
stores:
yaml:
indent: 2