From 93b56b785f2cf2d7315aab9310de7bf72622fd34 Mon Sep 17 00:00:00 2001
From: Josh Dover <1813008+joshdover@users.noreply.github.com>
Date: Mon, 25 Oct 2021 14:41:08 +0200
Subject: [PATCH] Fix showing deployment details callout on Cloud staging

---
 .../integrations/components/header/deployment_details.tsx      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x-pack/plugins/fleet/public/applications/integrations/components/header/deployment_details.tsx b/x-pack/plugins/fleet/public/applications/integrations/components/header/deployment_details.tsx
index 48c8fa56fb91b..79175d241c29f 100644
--- a/x-pack/plugins/fleet/public/applications/integrations/components/header/deployment_details.tsx
+++ b/x-pack/plugins/fleet/public/applications/integrations/components/header/deployment_details.tsx
@@ -32,7 +32,8 @@ export const DeploymentDetails = () => {
     !(
       cname.endsWith('elastic-cloud.com') ||
       cname.endsWith('found.io') ||
-      cname.endsWith('found.no')
+      cname.endsWith('found.no') ||
+      cname.endsWith('foundit.no')
     )
   ) {
     return null;