mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Propage helm error (#490)
This commit is contained in:
committed by
GitHub
parent
9582061411
commit
f6a357aa08
@@ -86,12 +86,12 @@ where
|
||||
let environment_variables: Vec<(String, String)> =
|
||||
envs.iter().map(|x| (x.0.to_string(), x.1.to_string())).collect();
|
||||
|
||||
let _ = deploy_charts_levels(
|
||||
deploy_charts_levels(
|
||||
kubernetes_config.as_ref(),
|
||||
&environment_variables,
|
||||
vec![vec![Box::new(current_chart)]],
|
||||
false,
|
||||
);
|
||||
)?;
|
||||
|
||||
// list helm history
|
||||
info!(
|
||||
|
||||
Reference in New Issue
Block a user