Skip to content
Snippets Groups Projects

[cern] Fix fluentd configmap indentation

Merged Spyridon Trigazis requested to merge os9206 into cern-rocky
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -10,9 +10,9 @@ if [ ! -z "$LOGGING_TYPE" ]; then
if [ "$(echo "$LOGGING_INCLUDE_INTERNAL" | tr '[:upper:]' '[:lower:]')" != "true" ]; then
# exclude everything coming from the kube-system pods
KUBE_SYSTEM_CONFIG_FILTER=$(cat << 'EOF'
<match kubernetes.var.log.containers.**_kube-system_**>
@type null
</match>
<match kubernetes.var.log.containers.**_kube-system_**>
@type null
</match>
EOF
)
else
Loading