working on ensure_ready to check helm is available #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "ensure-helm-available"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to make sure the changes I'm working on in the ensure_ready don't break anything
@@ -31,0 +38,4 @@fn is_helm_available(&self) -> Result<(), String> {let version_result = Command::new("helm").arg("-version")Helm doesn't have
-versionit would beversionor something like.args(vec!["version", "-c", "--short"])for a shorter outputwip: working on ensure_ready to check helm is availableto working on ensure_ready to check helm is available