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: