We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d178d commit 4e6d6fdCopy full SHA for 4e6d6fd
1 file changed
modules/helm/k8s/0.1/facets.yaml
@@ -22,7 +22,7 @@ spec:
22
title: Chart
23
description: Name of the Helm chart package
24
x-ui-placeholder: Enter name of the helm chart
25
- pattern: '^[a-zA-Z]+(-[a-zA-Z]+)*[a-zA-Z]$'
+ pattern: '^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*[a-zA-Z0-9]$'
26
x-ui-error-message: "Invalid format. Only alphabets and hypens are allowed"
27
repository:
28
type: string
0 commit comments