From 659ce76234dc1f7a7429f895c370485aad81db88 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Thu, 11 Apr 2024 16:12:57 -0600 Subject: [PATCH] feat(images): update spin-inbound-redis to use variable interpolation for address Signed-off-by: Vaughn Dice --- images/spin-inbound-redis/spin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/spin-inbound-redis/spin.toml b/images/spin-inbound-redis/spin.toml index 63af024..fd76ff8 100644 --- a/images/spin-inbound-redis/spin.toml +++ b/images/spin-inbound-redis/spin.toml @@ -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]