Commit f3de9c8e authored by Szymon Zimnowoda's avatar Szymon Zimnowoda
Browse files

added owner label

parent 0853743f
Pipeline #10465 passed with stage
in 23 minutes and 57 seconds
Showing with 4 additions and 1 deletion
+4 -1
......@@ -205,7 +205,10 @@ fn run_kubernetes_container(
"run".to_string(),
"--restart=Never".to_string(),
plugin.container_id.clone(),
format!("--labels=app={},type=plugin", plugin.container_id),
format!(
"--labels=app={},type=plugin,owner={pod_owner}",
plugin.container_id
),
"--port=8080".to_string(),
"--image-pull-policy=Always".to_string(),
format!("--image={}", plugin.container_image),
......
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