From 1a1d940c2cee56e5b5c7ca7a0304dd7230afec54 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Thu, 23 Nov 2023 10:36:26 +0100 Subject: [PATCH] OZG-4185 OZG-4571 rename goofy to alfa --- src/main/helm/templates/network_policy.yaml | 2 +- src/test/helm/network_policy_test.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/helm/templates/network_policy.yaml b/src/main/helm/templates/network_policy.yaml index d6974b1b0..7ff3fe68f 100644 --- a/src/main/helm/templates/network_policy.yaml +++ b/src/main/helm/templates/network_policy.yaml @@ -41,7 +41,7 @@ spec: from: - podSelector: matchLabels: - component: goofy + component: alfa - podSelector: matchLabels: ozg-component: eingangsadapter diff --git a/src/test/helm/network_policy_test.yaml b/src/test/helm/network_policy_test.yaml index e0dcb7531..9c316f444 100644 --- a/src/test/helm/network_policy_test.yaml +++ b/src/test/helm/network_policy_test.yaml @@ -60,7 +60,7 @@ tests: from: - podSelector: matchLabels: - component: goofy + component: alfa - podSelector: matchLabels: ozg-component: eingangsadapter @@ -112,7 +112,7 @@ tests: from: - podSelector: matchLabels: - component: goofy + component: alfa - podSelector: matchLabels: ozg-component: eingangsadapter -- GitLab