Skip to content

Commit

Permalink
Update logConfig.yaml example (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsyh authored Sep 26, 2023
1 parent 583fe9e commit 3fc783b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pulsar-operators/logConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,4 +64,4 @@ spec:
securityContext:
runAsNonRoot: true
replicas: 2
zkServers: zookeepers-zk:2181
zkServers: zookeepers-zk:2181

0 comments on commit 3fc783b

Please sign in to comment.