mirror of https://github.com/rancher/dashboard.git
Fleet remove chart alphanumeric validation rule to allow dash characters
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
703236ee72
commit
65b78e506e
|
|
@ -401,7 +401,7 @@ export default {
|
|||
rules: ['required', 'urlRepository'],
|
||||
}, {
|
||||
path: 'spec.helm.chart',
|
||||
rules: ['required', 'alphanumeric'],
|
||||
rules: ['required'],
|
||||
}];
|
||||
break;
|
||||
case SOURCE_TYPE.OCI:
|
||||
|
|
|
|||
Loading…
Reference in New Issue