sl1pm4t/k2tf

Unsupported property is renamed

markusheiden opened this issue · 1 comments

The unsupported property "capabilities" in the following snippet will be converted to "capability" when using the -I flag. This concrete problem will be solved by #52, but I report this because this may cause problems for other unsupported properties too.

container:
  securityContext:
    capabilities:
      drop:
        - ALL
      add:
        - NET_BIND_SERVICE

This should be fixed now after #65 was merged.