Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Kosztka
Pod
Commits
83795fe6
Commit
83795fe6
authored
3 years ago
by
Muhammad Bilal
Browse files
Options
Download
Email Patches
Plain Diff
Update src/plugin_run.rs
parent
5cdb3011
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugin_run.rs
+1
-1
src/plugin_run.rs
with
1 addition
and
1 deletion
+1
-1
src/plugin_run.rs
+
1
-
1
View file @
83795fe6
...
...
@@ -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={}"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets