4b23ba9043
* feat(flemarr): add flemarr * required * no service, persistence, portal * no ingress * add description * add ci values * lint * lint * Apply suggestions from code review Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * lint * Update charts/incubator/flemarr/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
357 B
357 B
Input Validation
Config File Host Path
Accepted formats are:
- Valid filesystem paths (eg.
/mnt/path/to/config.yml)
Regex used to match those: ^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$
You can try live here
If you find a field that you think it needs validation, please open an issue on github