From e1890c585b23ef0a4282382b9106befc4ca9d535 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 16 Jan 2024 11:31:20 +0100 Subject: [PATCH] OZG-3380 fix label --- src/test/helm/network_policy_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/helm/network_policy_test.yaml b/src/test/helm/network_policy_test.yaml index faa110a6e..b19c28015 100644 --- a/src/test/helm/network_policy_test.yaml +++ b/src/test/helm/network_policy_test.yaml @@ -91,7 +91,7 @@ tests: - to: - podSelector: matchLabels: - component: ozgcloud--mongodb + component: ozgcloud-mongodb ports: - port: 27017 protocol: TCP -- GitLab