Files
truecharts/charts/incubator/flemarr/docs/validation.md
T
Stavros Kois 4b23ba9043 feat(flemarr): add flemarr (#3808)
* 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>
2022-09-18 21:19:46 +03:00

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