h1. WHAT
Creating a new `MobileSecurityServiceBind` custom resource will fail when [spec.appName|https://github.com/aerogear/mobile-security-service-operator/blob/7d064b903ac0b18ae157067dc873bcee03b8d2f4/deploy/crds/examples/mobile-security-service_v1alpha1_mobilesecurityservicebind_cr.yaml#L16] when it follow the format below:
{noformat} must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character. {noformat}
See the examples below for what app names are accepted.
||Value||Success|| |example-app-one|(/)| |example.app.one|(/) | |Example-App-One|(x)| |Example App One|(x)|
|
|