Replies: 1 comment 5 replies
-
I have not checked if it works but if you set Variables in the yaml are not supported see #15983 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Long title, hopefully somewhat self explanatory.
So I'm trying to use podman to deploy our services/pod. I'm also trying to take advantage of the [email protected] systemd template to manage my pod.
However I'm also trying to set the http_proxy and https_proxy variables in the containers environment. For some reason the variables are not getting passed into the containers even if they are set in the host environment.
Is there a recommendation for how to do this? I am fairly new to kubernetes but it sounds like I might need to create configmap? Ideally I could just pass it in with my .yml file. like ${http_proxy} but it seems to pick that value up literally.
Beta Was this translation helpful? Give feedback.
All reactions