Updated awx-operator, crds for ingress_path

This commit is contained in:
tabjer
2021-07-12 12:23:11 +08:00
parent 0cd6d722af
commit cc6cb4b990
3 changed files with 9 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ spec:
- ingress
- Route
- route
ingress_path:
description: The ingress path used to reach the deployed service
type: string
ingress_annotations:
description: Annotations to add to the Ingress Controller
type: string

View File

@@ -86,6 +86,9 @@ spec:
- ingress
- Route
- route
ingress_path:
description: The ingress path used to reach the deployed service
type: string
ingress_annotations:
description: Annotations to add to the Ingress Controller
type: string

View File

@@ -152,6 +152,9 @@ spec:
- Route
- route
type: string
ingress_path:
description: The ingress path used to reach the deployed service
type: string
init_container_image:
description: Registry path to the init container to use
type: string