tanya/fluentd-deployment.yaml

9 lines
267 B
YAML
Raw Normal View History

2025-03-10 20:41:28 +08:00
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