Commit ea8f22d0 authored by Muhammad Bilal's avatar Muhammad Bilal
Browse files

Update plugin_run.rs

parent 2692b032
Pipeline #10177 passed with stages
in 38 minutes and 56 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -207,7 +207,7 @@ fn run_kubernetes_container(
format!("--env=POD_OWNER={}", pod_owner),
format!("--env=POD_AUTH_JSON={}", pod_auth),
format!("--env=PLUGIN_DNS={}", plugin.webserver_url),
format!("--overrides='{}'", j_arg),
format!("--overrides={}", j_arg),
"--env=PYTHONUNBUFFERED=1".to_string(),
];
......
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