diff --git a/helm/monitoring/templates/fluentd.resources.yaml b/helm/monitoring/templates/fluentd.resources.yaml
index c392a59..5cfa631 100644
--- a/helm/monitoring/templates/fluentd.resources.yaml
+++ b/helm/monitoring/templates/fluentd.resources.yaml
@@ -173,11 +173,7 @@ data:
@type grep
key $['kubernetes']['container_name']
- pattern /^coredns$/
-
-
- key $['kubernetes']['container_name']
- pattern /^kube-apiserver.*$/
+ pattern /^(coredns|kube-apiserver.*)$/