Fix router config syntax

This commit is contained in:
Holger Obermaier
2026-03-10 13:51:06 +01:00
parent 0b67993eb0
commit a927565868

View File

@@ -1,6 +1,6 @@
{ {
"process_messages" : { "process_messages" : {
"add_tag_if": [ "add_tags_if": [
{ {
"key" : "cluster", "key" : "cluster",
"value" : "testcluster", "value" : "testcluster",
@@ -12,7 +12,7 @@
"if" : "name == 'temp_package_id_0'" "if" : "name == 'temp_package_id_0'"
} }
], ],
"delete_tag_if": [ "delete_meta_if": [
{ {
"key" : "unit", "key" : "unit",
"if" : "true" "if" : "true"