Skip to content

Commit

Permalink
This should work
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 20, 2024
1 parent f270f89 commit 1c2760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,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 1c2760e

Please sign in to comment.