mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
[release-monitoring] Fix yamllint issues in deploymentconfig
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -19,7 +19,7 @@ items:
|
||||
failurePolicy: Abort
|
||||
execNewPod:
|
||||
containerName: release-monitoring-web
|
||||
command: [ /bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini upgrade head" ]
|
||||
command: [/bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini upgrade head"]
|
||||
volumes:
|
||||
- config-volume
|
||||
resources: {}
|
||||
@@ -118,7 +118,7 @@ items:
|
||||
failurePolicy: Retry
|
||||
execNewPod:
|
||||
containerName: release-monitoring-web
|
||||
command: [ /bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'" ]
|
||||
command: [/bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'"]
|
||||
env:
|
||||
- name: ANITYA_WEB_CONFIG
|
||||
value: /etc/anitya/anitya.toml
|
||||
@@ -206,7 +206,7 @@ items:
|
||||
failurePolicy: Retry
|
||||
execNewPod:
|
||||
containerName: release-monitoring-web
|
||||
command: [ /bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'" ]
|
||||
command: [/bin/python, -m, "alembic.config -c /etc/anitya/alembic.ini current | grep '(head)'"]
|
||||
env:
|
||||
- name: ANITYA_WEB_CONFIG
|
||||
value: /etc/anitya/anitya.toml
|
||||
|
||||
Reference in New Issue
Block a user