anitya/release-monitoring: Add USER env variable to cronjob
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
b63d857aeb
commit
093610a283
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue