From cd8ff3348e3705259e421ac717d79de1643c24ef Mon Sep 17 00:00:00 2001 From: Nicolas Bonneval Date: Wed, 23 Jun 2021 20:04:26 +0200 Subject: [PATCH] Make sure the new ingress.className field gets some visibility --- charts/matrix-synapse/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/matrix-synapse/values.yaml b/charts/matrix-synapse/values.yaml index f1ea017..95da9e7 100644 --- a/charts/matrix-synapse/values.yaml +++ b/charts/matrix-synapse/values.yaml @@ -713,3 +713,7 @@ ingress: # hosts: # - example.com # - matrix.example.com + + ## Set the name of the IngressClass cluster resource (optional) + ## https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressSpec + #className: can-be-anything