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" - "--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"

View file

@ -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"