From 68c492617f65f1e3adbc183f7bd70e24b7b13dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Sch=C3=A4fer?= <40192999+MaxSchaefer@users.noreply.github.com> Date: Sun, 9 Apr 2023 11:21:31 +0200 Subject: [PATCH] fix(infra): set dapr-app-id header (#123) --- .../terraform/modules/hw-tf-module-cluster-resources/apisix.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infrastructure/terraform/modules/hw-tf-module-cluster-resources/apisix.tf b/infrastructure/terraform/modules/hw-tf-module-cluster-resources/apisix.tf index ba543b2fc..e6f29efa6 100644 --- a/infrastructure/terraform/modules/hw-tf-module-cluster-resources/apisix.tf +++ b/infrastructure/terraform/modules/hw-tf-module-cluster-resources/apisix.tf @@ -207,7 +207,6 @@ spec: enable: true config: headers: - set: - dapr-app-id: "task.task" + dapr-app-id: task.task YAML }