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
Memri
POD
Commits
ea8f22d0
Commit
ea8f22d0
authored
2 years ago
by
Muhammad Bilal
Browse files
Options
Download
Email Patches
Plain Diff
Update plugin_run.rs
parent
2692b032
Pipeline
#10177
passed with stages
in 38 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libpod/src/plugin_run.rs
+1
-1
libpod/src/plugin_run.rs
with
1 addition
and
1 deletion
+1
-1
libpod/src/plugin_run.rs
+
1
-
1
View file @
ea8f22d0
...
...
@@ -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
(),
];
...
...
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