From 60f8dab4b2996b8c90b2fa86a45d090c2bfaab8b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Dec 18 2024 08:46:20 +0000 Subject: Fix TOML syntax Signed-off-by: Aurélien Bompard --- diff --git a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml index f666358..e38212a 100644 --- a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml @@ -58,7 +58,7 @@ expiration_time = 3600 [consumer_config.cache.arguments] url = ["memcached02{{ env_suffix }}", "memcached01{{ env_suffix }}"] binary = true -behaviors = {"tcp_nodelay": true, "ketama": true} +behaviors = {"tcp_nodelay" = true, "ketama" = true} [consumer_config.default] # Configuration common to all toddlers.