fix(edge-stack): remove text info for relative path EE-6228 (#10541)

pull/10448/head
cmeng 1 year ago committed by GitHub
parent 0d56504268
commit 30e4b3e68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,15 +35,6 @@ export function RelativePathFieldset({
return (
<>
<div className="form-group">
<div className="col-sm-12">
<TextTip color="blue">
&apos;Gitops Edge Configuration&apos; requires relative path volumes
to be enabled first, as it uses this feature as the base mechanism.
</TextTip>
</div>
</div>
<div className="form-group">
<div className="col-sm-12">
<SwitchField

Loading…
Cancel
Save