Skip to content
New issue

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

Pass capability as env variable to the POD #55

Open
Ray-Bamber opened this issue Sep 26, 2023 · 0 comments
Open

Pass capability as env variable to the POD #55

Ray-Bamber opened this issue Sep 26, 2023 · 0 comments

Comments

@Ray-Bamber
Copy link

Hi @alcounit,
Great project, been using it for months, thanks !
However I ran into a limitation lately: I cannot pass a capability as environment variable to the POD. That works on Selenoid (here) and Moon but does not on Selenosis.
I managed to get it to work by setting the var in the config file like this:
....
env:
- name: ENABLE_VNC
value: "true"
- name: MYVAR
value: "MYVALUE"
....
but I want to set it dynamically per session throught capability. Do you think that can be added shortly ? Many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant