Add missing sops file
This commit is contained in:
7
.sops.yaml
Normal file
7
.sops.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
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)$"
|
||||
Reference in New Issue
Block a user