Skip to content

Commit

Permalink
fix(search): add in missing elasticUser secret so that nginx can prox…
Browse files Browse the repository at this point in the history
…y /api/search API
  • Loading branch information
nsantacruz committed Nov 28, 2023
1 parent 5605887 commit cd7e6b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm-chart/sefaria-project/templates/rollout/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd7e6b7

Please sign in to comment.