Skip to content

Commit

Permalink
Merge pull request #49 from shopware/fix-redis-issue
Browse files Browse the repository at this point in the history
fix: typo redis issue
  • Loading branch information
TrayserCassa authored Oct 11, 2024
2 parents 64bcab6 + f05ebaf commit 1ac770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (s *Store) getWorker() []corev1.EnvVar {
{
Name: "MESSENGER_TRANSPORT_DSN",
Value: fmt.Sprintf(
"rediss://%s:%d/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=%d",
"redis://%s:%d/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=%d",
s.Spec.Worker.RedisHost,
s.Spec.Worker.RedisPort,
s.Spec.Worker.RedisIndex,
Expand Down

0 comments on commit 1ac770e

Please sign in to comment.