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

@@ -115,6 +115,9 @@ spec:
ingress_tls_secret:
description: Secret where the Ingress TLS secret can be found
type: string
ingress_class_name:
description: The name of ingress class to use instead of the cluster default.
type: string
loadbalancer_protocol:
description: Protocol to use for the loadbalancer
type: string