Skip to content

Commit 44741c1

Browse files
rancher/docker compatible fix of json issue
Co-authored-by: Jonas Rutishauser <[email protected]>
1 parent 7d8018f commit 44741c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN set -e \
1313
# The original behaviour was to include kube-system.conf before all other namespaces.
1414
RUN set -e \
1515
&& sed -i '/^#.*kube-system/,/^$/{H; d} ; /#.*namespace annotations/,/^$/{ /^$/G }' /templates/fluent.conf \
16-
&& sed -i '/format3/d' /templates/kubernetes.conf
16+
&& sed -i '/format3/ s!/[|]!/|^!' /templates/kubernetes.conf

0 commit comments

Comments
 (0)