From 507f292b66ebedcd3933ff719500d91e2d32a332 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Mon, 27 Mar 2023 11:00:08 +0200 Subject: [PATCH] typo --- templates/hydra-dispatcher-apps.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/hydra-dispatcher-apps.yml.j2 b/templates/hydra-dispatcher-apps.yml.j2 index a391651..f9a4b97 100644 --- a/templates/hydra-dispatcher-apps.yml.j2 +++ b/templates/hydra-dispatcher-apps.yml.j2 @@ -64,8 +64,8 @@ hydra: {% if enable_hydra_dispatcher_webhook %} webhook: enabled: true - api_url: {{hydra_dispatcher_webhook_api_url}} - api_key: {{hydra_dispatcher_webhook_api_key}} + api_url: {{ hydra_dispatcher_webhook_api_url }} + api_key: {{ hydra_dispatcher_webhook_api_key }} api_method: POST firewall: additional_properties: true