Commit 83795fe6 authored by Muhammad Bilal's avatar Muhammad Bilal
Browse files

Update src/plugin_run.rs

parent 5cdb3011
Showing with 1 addition and 1 deletion
+1 -1
......@@ -131,7 +131,7 @@ fn run_kubernetes_container(
) -> Result<()> {
let mut args: Vec<String> = Vec::with_capacity(7);
args.push("run".to_string());
args.push("test-123");
args.push("test-123".to_string());
args.push(format!("--image={}", container_image));
args.push(format!(
"--env=POD_FULL_ADDRESS={}",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment