sl1pm4t / k2tf

Kubernetes YAML to Terraform HCL converter
Mozilla Public License 2.0
1.17k stars 108 forks source link

Unsupported property is renamed #62

Closed markusheiden closed 4 years ago

markusheiden commented 4 years ago

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
sl1pm4t commented 4 years ago

This should be fixed now after #65 was merged.