Skip to content

Commit

Permalink
fix(schema) remove run_on field from plugin schema (#54)
Browse files Browse the repository at this point in the history
It is no longer needed as service mesh support is removed from Kong
  • Loading branch information
dndx authored and hishamhm committed Nov 5, 2019
1 parent 819953f commit 6ab9b38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/zipkin/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ local typedefs = require "kong.db.schema.typedefs"
return {
name = "zipkin",
fields = {
{ run_on = typedefs.run_on { default = "all" } },
{ config = {
type = "record",
fields = {
Expand Down

0 comments on commit 6ab9b38

Please sign in to comment.