Add Ingress path type option (#1)

* make ingress_path_type an option

* add to spec
This commit is contained in:
Sean Davis
2021-10-04 10:31:56 -05:00
committed by GitHub
parent 9e9457cf99
commit b1dcf16fc8
4 changed files with 6 additions and 1 deletions

View File

@@ -320,6 +320,7 @@ The following variables are customizable when `ingress_type=ingress`. The `ingre
| ingress_tls_secret | Secret that contains the TLS information | Empty string |
| hostname | Define the FQDN | {{ meta.name }}.example.com |
| ingress_path | Define the ingress path to the service | / |
| ingress_path_type | Define the type of the path (for LBs) | Prefix |
```yaml
---