Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported property is renamed #62

Closed
markusheiden opened this issue Mar 11, 2020 · 1 comment
Closed

Unsupported property is renamed #62

markusheiden opened this issue Mar 11, 2020 · 1 comment

Comments

@markusheiden
Copy link

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
tomaspinho added a commit to tomaspinho/k2tf that referenced this issue Apr 20, 2020
sl1pm4t added a commit that referenced this issue Apr 23, 2020
Fix for issue #52 and potentially #62
@sl1pm4t
Copy link
Owner

sl1pm4t commented Jun 4, 2020

This should be fixed now after #65 was merged.

@sl1pm4t sl1pm4t closed this as completed Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants