We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a2c2b3 + 44741c1 commit a2d0c71Copy full SHA for a2d0c71
Dockerfile
@@ -12,4 +12,5 @@ RUN set -e \
12
# - Include kube-system.conf after the configs of all other namespaces.
13
# The original behaviour was to include kube-system.conf before all other namespaces.
14
RUN set -e \
15
- && sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf
+ && sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf \
16
+ && sed -i '/format3/ s!/[|]!/|^!' /templates/kubernetes.conf
0 commit comments