9 lines
267 B
YAML
9 lines
267 B
YAML
![]() |
|
||
|
initContainers:
|
||
|
- name: install-rewrite-tag-filter
|
||
|
image: your-fluentd-image:version
|
||
|
command: ["fluent-gem", "install", "fluent-plugin-rewrite-tag-filter"]
|
||
|
containers:
|
||
|
- name: fluentd
|
||
|
image: your-fluentd-image:version
|