Skip to content

Commit 659ce76

Browse files
committed
feat(images): update spin-inbound-redis to use variable interpolation for address
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 0cd427b commit 659ce76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/spin-inbound-redis/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redis_address = { required = true }
1010
redis_channel = { required = true }
1111

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

1616
[component.hello]

0 commit comments

Comments
 (0)