Skip to content

Commit

Permalink
Base domain helper text updated (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammont82 authored Nov 17, 2023
1 parent 1015368 commit d4f82f2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export const BaseDnsHelperText = ({
baseDnsDomain?: string;
}) => (
<HelperText fieldId={fieldId}>
Enter the name of your local host [localhost] or [localhost.com]. This cannot be changed after
creation. All DNS records must include the cluster name and be subdomains of the base you enter.
The full cluster address will be: <br />
Enter the name of your domain [domainname] or [domainname.com]. This cannot be changed after
cluster installed. All DNS records must include the cluster name and be subdomains of the base
you enter. The full cluster address will be: <br />
<strong>
{name || '[Cluster Name]'}.{baseDnsDomain || '[localhost.com]'}
{name || '[Cluster Name]'}.{baseDnsDomain || '[domainname.com]'}
</strong>
</HelperText>
);
Expand Down

0 comments on commit d4f82f2

Please sign in to comment.