Parameters
The parent key for all of the following parameters is openshift4_s3_forwarder
.
fluentd
type |
dictionary |
default |
|
Fluentd pod parameters.
secrets
type |
dictionary |
default |
|
Secrets for forwarder pod, like credentials etc. These secrets will be stored in a secrets
object and loaded as env variables in the forwarder pod.
config_vars
type |
dictionary |
default |
|
Variables for the config file.
config_vars:
integer: 5
string: hello
config: |
integer value is %(integer)d
string value is %(string)s
See Forward to s3 for an example.