From 04471b6b3122ff7d14f60f7873dfb9a90ff1b360 Mon Sep 17 00:00:00 2001 From: Anton Patsev <10828883+patsevanton@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:59:24 +0600 Subject: [PATCH] docs: Add Comment for Nginx Configuration Regarding Safari Compatibility (#1602) --- charts/sentry/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index 364e5e7ff..96eb27d2f 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -1806,7 +1806,7 @@ openai: {} # existingSecretKey: "" # by default "api-token" nginx: - enabled: true + enabled: true # true, if Safari compatibility is needed containerPort: 8080 existingServerBlockConfigmap: '{{ template "sentry.fullname" . }}' resources: {}