From 249b6bc628aab09f5dce78b7ab11abe9b38cb100 Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:28:57 +1300 Subject: [PATCH] fix(secrets): teaser wording updates [EE-6568] (#11017) --- .../ConfigureView/ConfigureForm/ConfigureForm.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx index 6579d91ca..fb438e13f 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx @@ -288,8 +288,13 @@ function InnerForm({ + If enabled, in the UI, only admins may view and edit + the contents of secrets that are not their own. + + } labelClass="col-sm-5 col-lg-4" checked={false} featureId={FeatureId.K8S_ADM_ONLY_SECRETS}