anitya/release-monitoring: Add USER env variable to cronjob

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-01-18 13:30:55 +01:00
parent b63d857aeb
commit 093610a283
2 changed files with 5 additions and 3 deletions

View file

@ -19,6 +19,8 @@ spec:
env:
- name: ANITYA_WEB_CONFIG
value: /etc/anitya/anitya.toml
- name: USER
value: anitya
volumeMounts:
- mountPath: /etc/anitya
name: config-volume

View file

@ -91,17 +91,17 @@ items:
stream = "ext://sys.stdout"
[anitya_log_config.loggers.anitya]
level = "DEBUG"
level = "INFO"
propagate = false
handlers = ["console"]
[anitya_log_config.loggers.fedmsg]
level = "DEBUG"
level = "INFO"
propagate = false
handlers = ["console"]
[anitya_log_config.root]
level = "DEBUG"
level = "INFO"
handlers = ["console"]
alembic.ini: |-
[alembic]