KaotoIO/kaoto-backend

[BUG] `bindingMode: off` is converted to `bindingMode: false`

apupier opened this issue · 0 comments

Describe the bug
in rest configuration, bindingMode: off is converted to bindingMode: false

To Reproduce
Steps to reproduce the behavior:

  1. Go to source editor
  2. provide restconfiguration
- restConfiguration:
    bindingMode: off
    hostNameResolver: allLocalIp
  1. Sync code

Expected behavior
A clear and concise description of what you expected to happen.

Logs
If applicable, add logs to help explain your problem.

Environment (please complete the following information):

  • Kaoto Version 1.3.0

Additional context
given that off is the default value, removing the attribute completely is a workaround