From f041cecd07973e401981f4c06108bc256ca325fa Mon Sep 17 00:00:00 2001 From: "johannes.wicovsky" Date: Tue, 2 Aug 2022 15:17:13 +0200 Subject: [PATCH] . --- config/default/templates/smardigo-ocr/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/templates/smardigo-ocr/ingress.yaml b/config/default/templates/smardigo-ocr/ingress.yaml index 012593f..cd9372f 100644 --- a/config/default/templates/smardigo-ocr/ingress.yaml +++ b/config/default/templates/smardigo-ocr/ingress.yaml @@ -9,7 +9,7 @@ metadata: nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-origin: "{{ .Values.smardigo.workflow.host }}" nginx.ingress.kubernetes.io/cors-allow-credentials: "true" - nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type,Authorization,sma-requested-with + nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type,Authorization,sma-requested-with,smardigo-tenant name: "{{ .Release.Name }}-smardigo-ocr-backend" spec: rules: