Skip to content

Commit 2a19416

Browse files
committed
keep the values as empty and add the help text as comments above
1 parent 67b658f commit 2a19416

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,10 @@ fluentd:
136136
syslog:
137137
# Configure the following ONLY if using Fluentd to send log messages to both
138138
# the Logger component and external syslog endpoint
139-
syslog_host: "external syslog endpoint url"
140-
syslog_port: "external syslog endpoint port"
139+
# external syslog endpoint url
140+
syslog_host: ""
141+
# external syslog endpoint port
142+
syslog_port: ""
141143

142144
monitor:
143145
grafana:

0 commit comments

Comments
 (0)