From 84d885de9ead23eff527294be725f45dffb231dc Mon Sep 17 00:00:00 2001 From: boindil Date: Tue, 10 Sep 2024 13:46:03 +0200 Subject: [PATCH] add ingressClassName for sentry --- sentry/templates/ingress.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sentry/templates/ingress.yaml b/sentry/templates/ingress.yaml index d641f55e..2d5a3316 100644 --- a/sentry/templates/ingress.yaml +++ b/sentry/templates/ingress.yaml @@ -13,6 +13,9 @@ metadata: {{ $key }}: {{ $value | quote }} {{- end }} spec: + {{- if .Values.ingress.ingressClassName }} + {{- toYaml .Values.ingress.ingressClassName | nindent 2 }} + {{- end -}} rules: {{- range .Values.ingress.hosts }} - host: {{ . }}