-
Notifications
You must be signed in to change notification settings - Fork 20
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
Not able to accept EULA #18
Comments
Hi just for someone who come here to the same problem. you need to use vmqConfig: 'accept_eula=yes' at the same level of baseImage
|
@trompetin17 thank you so much. The documentation is really our of sync. Defaults are mostly opposite
which is not the case. It has to be enabled with
and commands are simply wrong.
|
Thanks... happily accepting any help, be it for documentation or the Operator itself. |
For anyone reading this @trompetin17's solution is what is needed for the accept EULA stuff. You don't need to set the environment variable @ioolkos I'm willing to update stuff. Can I update the example yaml to have the EULA already accepted? |
@kushagharahi accepting the EULA needs to be an intentional manual step, so that folks read it. (Using packages with EULA commercially needs a subscription with us; otherwise you have to clone/adapt repos) |
Hi,
I'm trying to use this operator. But I haven't found any way to startup the container. The logs always claims, that the EULA has not been accepted. If I use the Helm Chart or the Docker image by its own, then there is no issue as along as I define the needed environment variable.
Please have a look to the definition I use:
Whats wrong here?
The text was updated successfully, but these errors were encountered: