Skip to content

Commit

Permalink
chore: fix arg formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Nov 26, 2024
1 parent 2dbd15e commit bd62886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/operator/src/custom_resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ impl HydraDoomNode {
"localhost".to_string(),
"--port".to_string(),
constants.port.to_string(),
"--admin_key_file".to_string(),
"--admin-key-file".to_string(),
format!("{}/admin.sk", constants.secret_dir),
]),
ports: Some(vec![ContainerPort {
Expand Down

0 comments on commit bd62886

Please sign in to comment.