Skip to content

Commit

Permalink
Merge pull request #78 from vdice/feat/update-spin-inbound-redis
Browse files Browse the repository at this point in the history
feat(images): update spin-inbound-redis to use variable interpolation for address
  • Loading branch information
Mossaka authored Apr 12, 2024
2 parents 7a68127 + 659ce76 commit 01db2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/spin-inbound-redis/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redis_address = { required = true }
redis_channel = { required = true }

[[trigger.redis]]
address = "redis://redis-service.default.svc.cluster.local:6379"
address = "{{ redis_address }}"
component = "hello"

[component.hello]
Expand Down

0 comments on commit 01db2bf

Please sign in to comment.