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
config map for uwsgi.ini is static file. it may be helpfull to append extra config (yes, we need it)
uwsgi_extra_config
.Values.invenio
{{- range $key, $val := .Values.invenio.uwsgi_extra_config }} {{ $key }} = {{ $val }} {{- end -}}
add configuration section uwsgi_extra_config in .Values.invenio for example:
invenio: uwsgi_extra_config: virtualenv: /invenio/venv uid: invenio
by default, it shold bew empty dict.
invenio: uwsgi_extra_config:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
uwsgi.ini extra config
config map for uwsgi.ini is static file.
it may be helpfull to append extra config (yes, we need it)
solution, two parts
uwsgi_extra_config
in.Values.invenio
append range object to uwsgi-configmap.yaml
configuration section
add configuration section
uwsgi_extra_config
in.Values.invenio
for example:
by default, it shold bew empty dict.
The text was updated successfully, but these errors were encountered: