Skip to content

Commit

Permalink
chore(bors): merge pull request #455
Browse files Browse the repository at this point in the history
455: Cherry-pick #454 r=niladrih a=niladrih

This PR cherry-picks the commits from PR#454.

Co-authored-by: Niladri Halder <[email protected]>
  • Loading branch information
mayastor-bors and niladrih committed Mar 23, 2024
2 parents 5899cb5 + 4ae924e commit f3be001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/upgrade/src/bin/upgrade-job/opts/validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fn validate_core_helm_chart_variant_in_dir(dir_path: PathBuf) -> Result<()> {

// Validate crds directory.
let mut crds_dir_path = dir_path.clone();
crds_dir_path.push("crds");
crds_dir_path.push("charts/crds");
ensure!(
path_exists_and_is_dir(crds_dir_path.clone())?,
NotADirectory {
Expand Down

0 comments on commit f3be001

Please sign in to comment.