fix(secret): update hide secret tooltip [EE-6568] (#11020)

Co-authored-by: testa113 <testa113>
pull/11021/head
Ali 10 months ago committed by GitHub
parent b640b58371
commit 2248ce0173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -289,12 +289,7 @@ function InnerForm({
name="restrictSecrets"
data-cy="kubeSetup-restrictSecretsToggle"
label="Restrict secret contents access for non-admins (UI only)"
tooltip={
<span>
If enabled, in the UI, <b>only admins</b> may view and edit
the contents of secrets that are <b>not</b> their own.
</span>
}
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}

Loading…
Cancel
Save