From c952b2dc387524692d8c43789e95115149a6b552 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 5 Nov 2023 23:39:24 +0100
Subject: [PATCH] fix(shared): Use proper egress network policy schema

---
 shared/networkpolicies/allow-to-database.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shared/networkpolicies/allow-to-database.yaml b/shared/networkpolicies/allow-to-database.yaml
index d3746fd2c..d4123fa58 100644
--- a/shared/networkpolicies/allow-to-database.yaml
+++ b/shared/networkpolicies/allow-to-database.yaml
@@ -4,8 +4,8 @@ metadata:
   name: allow-to-database
 spec:
   policyTypes:
-  - Ingress
-  ingress:
+  - egress
+  egress:
   - to:
       - ipBlock:
           cidr: 192.168.100.60/32
-- 
GitLab