How to use ConfigMap with [email protected]? #16538
Replies: 2 comments 1 reply
-
@umohnani8 PTAL |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, looks like you are trying to move form a kube yaml to a systemd service file, correct? It does seem like we don't have a way of pointing to a configMap for that workflow like we have for |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
With
podman play kube
we can use--configmap
to passConfigMap
files, but the service file is hardcoded with just the arguments--replace --service-container=true
. Do we just need to put everything in one file?Beta Was this translation helpful? Give feedback.
All reactions