From 3d0e7c2aa1257083648936fd972933ceb87b2664 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 24 Feb 2024 19:40:44 +0100 Subject: [PATCH] chore(sops): Adjust secrets locations to include new infrastructure structure --- .sops.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sops.yaml b/.sops.yaml index aca80a3ff..762a5e291 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -9,7 +9,7 @@ creation_rules: pgp: >- 286791FB6648539775DB31B8FCB98C2A3EC6F601, B137EE1549DFAF960DD1E2B15147025FB9F09E07 - - path_regex: (clusters|apps)/k8s01/.*.yaml + - path_regex: (clusters|apps|infrastructure)/k8s01/.*.yaml encrypted_regex: ^(data|stringData|email|dnsZones?|dnsNames?|.*(H|h)osts?|tang|externalURL|.*-secret|.*Secrets?|.*-domain|password|subjects|node|apiURL|.*(S|s)erverNames?|.*SecretKey|externalName)$ pgp: >- 286791FB6648539775DB31B8FCB98C2A3EC6F601, -- GitLab