feat(HelmScore): Add values yaml option to helm chart score #23
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-helm-values-yaml"
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?
@@ -49,2 +52,4 @@.as_ref().unwrap_or_else(|| todo!("Get namespace from active kubernetes cluster"));let mut yaml_path: Option<&Path> = None;No need for a mut here. This would be more readable as a match :