From d0d8074507aaf7160d68126b703d382e7f0d3cf6 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 16 Sep 2023 14:18:08 +0200
Subject: [PATCH] chore(sops): Update .sops.yaml

---
 .sops.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.sops.yaml b/.sops.yaml
index b05213c37..848879993 100644
--- a/.sops.yaml
+++ b/.sops.yaml
@@ -1,4 +1,9 @@
 creation_rules:
+  - path_regex: shared/applications/.*.yaml
+    encrypted_regex: ^(stringData)$
+    pgp: >-
+      286791FB6648539775DB31B8FCB98C2A3EC6F601,
+      B137EE1549DFAF960DD1E2B15147025FB9F09E07
   - path_regex: (clusters|apps)/k8s01/.*.yaml
     encrypted_regex: ^(data|stringData|email|dnsZones?|dnsNames?|.*(H|h)osts?|tang|externalURL|.*-secret|.*-url|.*Secrets?|.*-domain|password|subjects|node|apiURL|.*(S|s)erverNames?|.*SecretKey|externalName)$
     pgp: >-
-- 
GitLab