From 3fc783b7729673742beb9fe9ef7a9c7e02b75040 Mon Sep 17 00:00:00 2001 From: Eric Shen Date: Tue, 26 Sep 2023 12:49:02 +0800 Subject: [PATCH] Update logConfig.yaml example (#1105) --- examples/pulsar-operators/logConfig.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pulsar-operators/logConfig.yaml b/examples/pulsar-operators/logConfig.yaml index 7159ee58c..6e5accd5f 100644 --- a/examples/pulsar-operators/logConfig.yaml +++ b/examples/pulsar-operators/logConfig.yaml @@ -32,7 +32,7 @@ spec: # The format field can be used to change the log format of the component. The value can be one of json, text. format: json # The template field can totally change the log config of the component. The value is a string, which is the content of the log config file. - template: + template: | Configuration: status: INFO monitorInterval: 30 @@ -64,4 +64,4 @@ spec: securityContext: runAsNonRoot: true replicas: 2 - zkServers: zookeepers-zk:2181 \ No newline at end of file + zkServers: zookeepers-zk:2181