From cd7e6b71a67b1241dcf26a2164812d345f243da4 Mon Sep 17 00:00:00 2001 From: nsantacruz Date: Tue, 28 Nov 2023 14:41:14 +0200 Subject: [PATCH] fix(search): add in missing elasticUser secret so that nginx can proxy /api/search API --- helm-chart/sefaria-project/templates/rollout/nginx.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/sefaria-project/templates/rollout/nginx.yaml b/helm-chart/sefaria-project/templates/rollout/nginx.yaml index e56954eb29..ec9342c8a8 100644 --- a/helm-chart/sefaria-project/templates/rollout/nginx.yaml +++ b/helm-chart/sefaria-project/templates/rollout/nginx.yaml @@ -105,6 +105,8 @@ spec: - secretRef: name: local-settings-nginx-secrets-{{ .Values.deployEnv }} optional: true + - secretRef: + name: {{ template "sefaria.secrets.elasticUser" . }} volumes: - name: nginx-conf configMap: