Open dgiebert opened 1 month ago
There is no way to specify entries into the /etc/hosts file
/etc/hosts
And we are currently using the workaround to create a custom script that does
echo "x.x.x.x some.host.com" >> /etc/hosts
It would be great if the tool could support this via the YAML e.g. like Kubernetes does it.
There is no way to specify entries into the
/etc/hosts
fileAnd we are currently using the workaround to create a custom script that does
It would be great if the tool could support this via the YAML e.g. like Kubernetes does it.