MM: set term width in logs

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-02-26 15:31:07 +01:00
parent 2a5c65051b
commit 5439baec1b
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 12 additions and 0 deletions

View file

@ -29,6 +29,10 @@ spec:
- "--category"
- "{{ cronjob.category }}"
- "crawl"
env:
# Defaults to 80 columns, not very readable
- name: COLUMNS
value: "160"
volumeMounts:
- name: config
mountPath: "/etc/mirrormanager"

View file

@ -22,6 +22,10 @@ spec:
- "--threads"
- "50"
- "propagation"
env:
# Defaults to 80 columns, not very readable
- name: COLUMNS
value: "160"
volumeMounts:
- name: config
mountPath: "/etc/mirrormanager"
@ -58,6 +62,10 @@ spec:
- "CentOS"
- "--version"
- "9-stream"
env:
# Defaults to 80 columns, not very readable
- name: COLUMNS
value: "160"
volumeMounts:
- name: config
mountPath: "/etc/mirrormanager"