I have pot image with tomcat and java application configured inside. For this java application i have to configure some parameters, those parameters might change for each pot instance. I use terraform to run Nomad with pot images via nomad_job resource.
Where, and how i might force Nomad client to setup env variables inside of the created/requested pots? There also should be some kind of work around... but no luck of finding it for now from my side.
Hi,
I have pot image with tomcat and java application configured inside. For this java application i have to configure some parameters, those parameters might change for each pot instance. I use terraform to run Nomad with pot images via
nomad_job
resource.Where, and how i might force Nomad client to setup env variables inside of the created/requested pots? There also should be some kind of work around... but no luck of finding it for now from my side.
Thanks.