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
The boolean settings that control the behavior of the multi process container should accept 'true', 't', 'yes', and 'y' for True.
PULP_HTTPS PULP_GUNICORN_RELOAD PULP_OTEL_ENABLED
PULP_HTTPS
PULP_GUNICORN_RELOAD
PULP_OTEL_ENABLED
The text was updated successfully, but these errors were encountered:
I'm unsure what the naively expected condition should be. We could also add "1" or check for "set and not empty".
Sorry, something went wrong.
we will check for "1" also.
We will not check for "set and not empty" because we do not want "false" to evaluate to "true".
No branches or pull requests
The boolean settings that control the behavior of the multi process container should accept 'true', 't', 'yes', and 'y' for True.
PULP_HTTPS
PULP_GUNICORN_RELOAD
PULP_OTEL_ENABLED
The text was updated successfully, but these errors were encountered: