mirror of
https://github.com/alibaba/higress.git
synced 2026-03-02 15:40:54 +08:00
fix priority type of wasmplugin (#881)
This commit is contained in:
@@ -798,7 +798,7 @@ func (m *IngressConfig) convertIstioWasmPlugin(obj *higressext.WasmPlugin) (*ext
|
||||
PluginConfig: obj.PluginConfig,
|
||||
PluginName: obj.PluginName,
|
||||
Phase: extensions.PluginPhase(obj.Phase),
|
||||
Priority: obj.Priority,
|
||||
Priority: &types.Int64Value{Value: int64(obj.GetPriority().Value)},
|
||||
}
|
||||
if result.PluginConfig != nil {
|
||||
return result, nil
|
||||
|
||||
Reference in New Issue
Block a user