Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to swap a deployment. all seems good by on the pod, i not found args available on my deployment.
Is it possible to concat them on a env variable or add them on the pod definition?
The text was updated successfully, but these errors were encountered:
Let me make sure I understand you correctly. Are you asking for the deployment.spec.template.spec.containers[n].args (and/or .command) array to be exposed to your local (on-your-laptop) process as an environment variable?
deployment.spec.template.spec.containers[n].args
.command
Sorry, something went wrong.
Yes it's that. to run the app whit the same args
I think this is still a feature we could add to Telepresence v2
Successfully merging a pull request may close this issue.
I want to swap a deployment.
all seems good by on the pod, i not found args available on my deployment.
Is it possible to concat them on a env variable or add them on the pod definition?
The text was updated successfully, but these errors were encountered: