Skip to content

Conversation

@jjo93sa
Copy link

@jjo93sa jjo93sa commented Dec 21, 2022

Kubernetes rerquires names start with a lowercase letter. Added this as a requirement in the help text for the platform name.

Kubernetes rerquires names start with a lowercase letter. Added this as
a requirement in the help text for the platform name.
name="name"
label="Name"
helpText="Must contain lower-case alphanumeric characters and dash (-) only."
helpText="Must start with a letter, and only contain lower-case alphanumeric characters & dashes (-)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
helpText="Must start with a letter, and only contain lower-case alphanumeric characters & dashes (-)."
helpText="Must start with a lowercase letter, and only contain lower-case alphanumeric characters & dashes (-)."

name="name"
label="Cluster name"
helpText="Must contain lower-case alphanumeric characters and dash (-) only."
helpText="Must start with a letter, and only contain lower-case alphanumeric characters & dashes (-)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
helpText="Must start with a letter, and only contain lower-case alphanumeric characters & dashes (-)."
helpText="Must start with a lowercase letter, and only contain lower-case alphanumeric characters & dashes (-)."

name="name"
label="Platform name"
helpText="Must contain lower-case alphanumeric characters and dash (-) only."
helpText="Must start with a letter, and only contain lower-case alphanumeric characters & dashes (-)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
helpText="Must start with a letter, and only contain lower-case alphanumeric characters & dashes (-)."
helpText="Must start with a lowercase letter, and only contain lower-case alphanumeric characters & dashes (-)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants