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: {{ . }}