Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix redis url in dev helm deploy templ
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Feb 9, 2024
1 parent e9cc816 commit 5f55100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/dev-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ extraDeploy:
command:
- sh
- -c
- db-wait.sh "$REDIS_HOST:6379"
- "db-wait.sh {{ include "hyrax.redis.host" . }}:6379"
{{- if .Values.worker.extraInitContainers }}
{{- toYaml .Values.worker.extraInitContainers | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 5f55100

Please sign in to comment.