-
Notifications
You must be signed in to change notification settings - Fork 166
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
Allow to disable kubectl validation #115
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I would like to pick it up. Seems like depending PR is merged so doesn't seem like there are any other blockers |
Adds --validate flag to tk apply, to allow invoking kubectl without schema validation (kubectl apply --validate=false) Fixes #115
quoting @lawrencejones:
We should allow to invoke
kubectl
with--validate=false
by exposing that exact flag on thetk apply
operation.Note: This should be done after #111 is merged
The text was updated successfully, but these errors were encountered: