From df2269a2fe7a65a52f491335ff2271f7445a6a57 Mon Sep 17 00:00:00 2001 From: Marcelo Rydel Date: Wed, 26 Jan 2022 12:22:58 -0300 Subject: [PATCH] chore(lint): run yarn format (#6476) --- .../views/applications/create/createApplication.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/kubernetes/views/applications/create/createApplication.html b/app/kubernetes/views/applications/create/createApplication.html index fb78d8ed0..ffda79c1e 100644 --- a/app/kubernetes/views/applications/create/createApplication.html +++ b/app/kubernetes/views/applications/create/createApplication.html @@ -122,8 +122,10 @@

This field is required.

-

This field must consist of lower case alphanumeric characters or '-', and contain at most 63 - characters, and must start and end with an alphanumeric character (e.g. 'my-name', or 'abc-123').

+

This field must consist of lower case alphanumeric characters or '-', and contain at most 63 + characters, and must start and end with an alphanumeric character (e.g. 'my-name', or 'abc-123').

An application with the same name already exists inside the selected namespace.