From 788f91bb1e29a486ab820920426b2977e7688ed1 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Apr 2023 02:05:00 -0400 Subject: [PATCH] Fix error --- cluster/apps/media/network_policy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/media/network_policy.yaml b/cluster/apps/media/network_policy.yaml index fe46f6d..b7fb717 100644 --- a/cluster/apps/media/network_policy.yaml +++ b/cluster/apps/media/network_policy.yaml @@ -13,5 +13,5 @@ spec: # Allow all pods with this label - podSelector: - matchLabels: - needsMedia: true \ No newline at end of file + matchLabels: + needsMedia: true \ No newline at end of file