Helm sanity check #1814
Labels
effort/medium
1 week tops
feature-request
New/Enhanced functionality wanted
priority/p2
Dependent on community feedback. PR's are welcome :)
Make some sort of sanity check for helm
Use Case:
This will prevent embarassingly stupid mistakes (like writing
buildInputs = pkgs.helm
in nix) from failing with undecipherable error messages. Current checks seems to be limited to just verifying that binary exists, but it does not actually check whether it is kubernetes related helm and not something else entirely.Proposed Solution:
There could be added a check for
helm version
output, which can be additionally used to verify minimal accepted helm version. Alternatively sample hello-world chart or something similar could be run.Other:
Current behavior given following setup for nix project:
./default.nix
leads to incomprehensible errors from typescript cdk8s package:
Obviously it is low-priority feature and can only be met at absurdly stupid situations (like one described above), but nevertheless it is a worthy feature at least as a "good first issue" material.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: