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

Helm: Handle dirs missing the Chart.yaml file #752

Merged
merged 1 commit into from Sep 12, 2022

Commits on Sep 12, 2022

  1. Helm: Handle dirs missing the Chart.yaml file

    Closes #749
    Currently, the case where a chart dir is missing is handled by the `vendor` command, the dir will be re-vendored
    However, if the dir is emptied (an example is git, which tracks files but not dirs, if a chart deletion is pulled from git, the dir will remain), Tanka throws an error
    julienduchesne committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f0a7cdc View commit details
    Browse the repository at this point in the history