Enable configuration of rsyslog environmental variables, volume mounts, and entrypoints (#1467)

This commit is contained in:
Uros Bajzelj
2023-06-30 04:38:24 +02:00
committed by GitHub
parent b18d59f118
commit 3afe1df555
6 changed files with 59 additions and 5 deletions

View File

@@ -1551,10 +1551,20 @@ spec:
type: array
items:
type: string
rsyslog_args:
type: array
items:
type: string
rsyslog_command:
type: array
items:
type: string
task_extra_env:
type: string
web_extra_env:
type: string
rsyslog_extra_env:
type: string
ee_extra_env:
type: string
ee_extra_volume_mounts:
@@ -1566,6 +1576,9 @@ spec:
web_extra_volume_mounts:
description: Specify volume mounts to be added to the Web container
type: string
rsyslog_extra_volume_mounts:
description: Specify volume mounts to be added to the Rsyslog container
type: string
redis_image:
description: Registry path to the redis container to use
type: string