7 lines
251 B
YAML
7 lines
251 B
YAML
creation_rules:
|
|
- path_regex: infrastructure/.*/secrets\.yaml$
|
|
age: <YOUR_AGE_PUBLIC_KEY>
|
|
encrypted_regex: "^(data|stringData)$"
|
|
- path_regex: apps/.*/secrets\.yaml$
|
|
age: <YOUR_AGE_PUBLIC_KEY>
|
|
encrypted_regex: "^(data|stringData)$" |