MM: set term width in logs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2a5c65051b
commit
5439baec1b
2 changed files with 12 additions and 0 deletions
|
@ -29,6 +29,10 @@ spec:
|
||||||
- "--category"
|
- "--category"
|
||||||
- "{{ cronjob.category }}"
|
- "{{ cronjob.category }}"
|
||||||
- "crawl"
|
- "crawl"
|
||||||
|
env:
|
||||||
|
# Defaults to 80 columns, not very readable
|
||||||
|
- name: COLUMNS
|
||||||
|
value: "160"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: "/etc/mirrormanager"
|
mountPath: "/etc/mirrormanager"
|
||||||
|
|
|
@ -22,6 +22,10 @@ spec:
|
||||||
- "--threads"
|
- "--threads"
|
||||||
- "50"
|
- "50"
|
||||||
- "propagation"
|
- "propagation"
|
||||||
|
env:
|
||||||
|
# Defaults to 80 columns, not very readable
|
||||||
|
- name: COLUMNS
|
||||||
|
value: "160"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: "/etc/mirrormanager"
|
mountPath: "/etc/mirrormanager"
|
||||||
|
@ -58,6 +62,10 @@ spec:
|
||||||
- "CentOS"
|
- "CentOS"
|
||||||
- "--version"
|
- "--version"
|
||||||
- "9-stream"
|
- "9-stream"
|
||||||
|
env:
|
||||||
|
# Defaults to 80 columns, not very readable
|
||||||
|
- name: COLUMNS
|
||||||
|
value: "160"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: "/etc/mirrormanager"
|
mountPath: "/etc/mirrormanager"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue