Skip to content

Commit 738d26a

Browse files
committed
fix/to: fix response-header-rewrite plugin schema
1 parent 5f62a2d commit 738d26a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install/helm/hango-gateway/charts/hango-gateway/templates/base/hango-gateway/hango-plugin-configmap.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,9 +1071,7 @@ data:
10711071
}
10721072
],
10731073
"rules": [
1074-
"Required",
1075-
"MaxNumber(3)",
1076-
"MinNumber(0)"
1074+
"Required"
10771075
]
10781076
},
10791077
{

0 commit comments

Comments
 (0)