Enable configuration of route and ingress api versions (#1098)

* Introduce ingress_api_version and route_api_version
This commit is contained in:
sivateja04
2022-10-26 14:51:15 +02:00
committed by GitHub
parent e30d26cf7b
commit 0fc145b6aa
4 changed files with 27 additions and 2 deletions

View File

@@ -103,6 +103,9 @@ spec:
- ingress
- Route
- route
ingress_api_version:
description: The Ingress API version to use
type: string
ingress_path:
description: The ingress path used to reach the deployed service
type: string
@@ -141,6 +144,9 @@ spec:
- edge
- Passthrough
- passthrough
route_api_version:
description: The route API version to use
type: string
route_tls_secret:
description: Secret where the TLS related credentials are stored
type: string