From 3e2f1d23df3c3a9eebb171fee48201242d5a4efc Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 15 Aug 2021 23:23:24 +0200
Subject: [PATCH] feat(sops): Extend sops regexes one more time

---
 .sops.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.sops.yaml b/.sops.yaml
index ceef7359d..4a2215695 100644
--- a/.sops.yaml
+++ b/.sops.yaml
@@ -1,6 +1,6 @@
 creation_rules:
-  - path_regex: clusters/okd4/.*.yaml
-    encrypted_regex: ^(data|stringData|email|dnsZones?|dnsNames?)$
+  - path_regex: (clusters|apps)/okd4/.*.yaml
+    encrypted_regex: ^(data|stringData|email|dnsZones?|dnsNames?|hosts?)$
     pgp: >-
       9D02A9AD73EF7F3D5F657AC2B392F6EB325E8C50,
       286791FB6648539775DB31B8FCB98C2A3EC6F601
-- 
GitLab