Skip to content

Commit

Permalink
refactor: expose upgrade::helm::yaml Rust module
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Mar 5, 2025
1 parent 8b6f412 commit 1835107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/upgrade/src/helm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub mod upgrade;
/// Contains validation and logic to generate helm values options for the `helm upgrade` command.
pub(crate) mod values;
/// This contains tools for use with yaml files.
pub(crate) mod yaml;
pub mod yaml;

0 comments on commit 1835107

Please sign in to comment.