Updated ingress documentation

This commit is contained in:
tabjer
2021-07-12 09:20:52 +08:00
parent 3a330e4943
commit 0cd6d722af

View File

@@ -276,6 +276,7 @@ The following variables are customizable when `ingress_type=ingress`. The `ingre
| ingress_annotations | Ingress annotations | Empty string |
| 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 | / |
```yaml
---