Skip to content

Commit

Permalink
chore(index from queue): add elastic admin creds to index from queue …
Browse files Browse the repository at this point in the history
…cronjob
  • Loading branch information
nsantacruz committed Apr 3, 2024
1 parent 3952ede commit c11ea23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ spec:
- name: VARNISH_HOST
value: "varnish-{{ .Values.deployEnv }}-{{ .Release.Revision }}"
envFrom:
- secretRef:
name: {{ template "sefaria.secrets.elasticAdmin" . }}
- secretRef:
name: {{ .Values.secrets.localSettings.ref }}
optional: true
Expand Down

0 comments on commit c11ea23

Please sign in to comment.