Merge pull request #464 from js-rwwa/devel

Define ingress path as variable for deployments
This commit is contained in:
Christian Adams
2021-07-26 09:54:13 -04:00
committed by GitHub
8 changed files with 18 additions and 4 deletions

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