remove extra info log
All checks were successful
Run Check Script / check (pull_request) Successful in 1m2s

This commit is contained in:
Ian Letourneau 2025-09-08 10:02:38 -04:00
parent ab34b06aec
commit c4479d3d6f

View File

@ -176,7 +176,7 @@ impl<
}
target => {
info!("Deploying {} to target {target:?}", self.application.name());
info!("application name {}", self.application.name());
let score = ArgoHelmScore {
namespace: format!("{}", self.application.name()),
openshift: true,