From 67708411cdf527ad013a58f1b06b2eccd7ce0876 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 18 Oct 2024 17:43:37 -0400 Subject: [PATCH] update tooltip for k8 --- .../components/IdentitySection/IdentityKubernetesAuthForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx b/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx index fc272a63f..3378fbe3d 100644 --- a/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx +++ b/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx @@ -270,7 +270,7 @@ export const IdentityKubernetesAuthForm = ({ label="Allowed Namespaces" isError={Boolean(error)} errorText={error?.message} - tooltipText="An optional comma-separated list of trusted service account names that are allowed to authenticate with Infisical. Leave empty to allow any namespaces." + tooltipText="A comma-separated list of trusted namespaces that service accounts must belong to authenticate with Infisical." >