We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
jdob
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: