From 2248ce0173118feabf6e8245f066917eb09169ff Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:21:34 +1300 Subject: [PATCH] fix(secret): update hide secret tooltip [EE-6568] (#11020) Co-authored-by: testa113 --- .../cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx index fb438e13f..c51138017 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx @@ -289,12 +289,7 @@ function InnerForm({ name="restrictSecrets" data-cy="kubeSetup-restrictSecretsToggle" label="Restrict secret contents access for non-admins (UI only)" - tooltip={ - - If enabled, in the UI, only admins may view and edit - the contents of secrets that are not their own. - - } + tooltip="This hides the ability to view or edit in the UI the contents of secrets that a non-admin user did not create themselves but does not prevent it via the command line." labelClass="col-sm-5 col-lg-4" checked={false} featureId={FeatureId.K8S_ADM_ONLY_SECRETS}