Skip to content

Commit

Permalink
Merge pull request #1738 from Sefaria/es-8-cronjob-typo
Browse files Browse the repository at this point in the history
helm(search): fix typo
  • Loading branch information
nsantacruz authored Dec 5, 2023
2 parents bcc65a7 + 4b042fd commit f5cb99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
memory: 7Gi
env:
- name: SEARCH_HOST
value: "{{ .Values.cronjobs.reindexElasticSearch.SEARCH_HOST_ES8 }}"
value: "{{ .Values.cronJobs.reindexElasticSearch.SEARCH_HOST_ES8 }}"
- name: REDIS_HOST
value: "redis-{{ .Values.deployEnv }}"
- name: NODEJS_HOST
Expand Down

0 comments on commit f5cb99a

Please sign in to comment.