Enum: allow various casing

This commit is contained in:
Yanis Guenane
2021-02-10 23:02:14 +01:00
parent a39b914963
commit 25fc21a6cd
4 changed files with 28 additions and 0 deletions

View File

@@ -44,7 +44,9 @@ spec:
enum:
- none
- Ingress
- ingress
- Route
- route
tower_route_host:
description: The DNS to use to points to the instance
type: string
@@ -54,7 +56,9 @@ spec:
default: Edge
enum:
- Edge
- edge
- Passthrough
- passthrough
tower_route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string
@@ -64,8 +68,11 @@ spec:
default: IfNotPresent
enum:
- Always
- always
- Never
- never
- IfNotPresent
- ifnotpresent
tower_task_resource_requirements:
description: Resource requirements for the task container
type: object