Add missing sops file

This commit is contained in:
sarodz
2026-02-14 10:54:25 -05:00
parent c2c04f11f1
commit cacdacde65

7
.sops.yaml Normal file
View 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)$"