Adding ingress class name to ingress template (#716)

This commit is contained in:
Tobias Dahlberg
2022-06-22 16:58:45 +02:00
parent 1d341a21d0
commit 8dabca5418
5 changed files with 14 additions and 0 deletions

View File

@@ -442,6 +442,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 |
| ingress_class_name | Define the ingress class name | Cluster default |
| 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 |