Skip to content

Commit

Permalink
fix: Sidecar container
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Oct 31, 2024
1 parent 33550f0 commit 609af78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ impl HydraDoomNode {
.unwrap_or(config.sidecar_image.clone()),
),
args: Some(vec![
"metrics-exporter".to_string(),
"--host".to_string(),
"localhost".to_string(),
"--port".to_string(),
Expand Down

0 comments on commit 609af78

Please sign in to comment.