Unverified Commit 1cdb4422 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'dev' into ci-cd-clean

parents 40b23822 212d99aa
Showing with 5 additions and 2 deletions
+5 -2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aead"
version = "0.4.2"
......@@ -928,7 +930,7 @@ dependencies = [
[[package]]
name = "pod"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"bytes",
"chacha20poly1305",
......
[package]
name = "pod"
version = "0.4.2"
version = "0.4.3"
authors = [
"Bijun Li <bijun.li@polis.global>",
"Ruben Seggers <ruben.seggers@polis.global>",
......
......@@ -193,6 +193,7 @@ fn run_kubernetes_container(
);
let mut args: Vec<String> = Vec::with_capacity(7);
args.push("run".to_string());
args.push("--rm".to_string());
args.push(container_id);
args.push(format!("--image={}", container_image));
args.push(format!(
......
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