Consider the meta monitoring namespace for logs as well

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2024-05-01 10:16:57 +01:00
parent f0bdf0760d
commit 3f200115f9

View File

@ -9,7 +9,7 @@ data:
role = "pod" role = "pod"
namespaces { namespaces {
own_namespace = true own_namespace = true
names = [ {{ include "agent.namespaces" . }} ] names = [ {{ include "agent.all_namespaces" . }} ]
} }
} }