working on ensure_ready to check helm is available #17
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#17
Loading…
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
-version
it would beversion
or 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