We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8018f commit 44741c1Copy full SHA for 44741c1
Dockerfile
@@ -13,4 +13,4 @@ RUN set -e \
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 \
16
- && sed -i '/format3/d' /templates/kubernetes.conf
+ && sed -i '/format3/ s!/[|]!/|^!' /templates/kubernetes.conf
0 commit comments