We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b658f commit 2a19416Copy full SHA for 2a19416
1 file changed
charts/workflow/values.yaml
@@ -136,8 +136,10 @@ fluentd:
136
syslog:
137
# Configure the following ONLY if using Fluentd to send log messages to both
138
# the Logger component and external syslog endpoint
139
- syslog_host: "external syslog endpoint url"
140
- syslog_port: "external syslog endpoint port"
+ # external syslog endpoint url
+ syslog_host: ""
141
+ # external syslog endpoint port
142
+ syslog_port: ""
143
144
monitor:
145
grafana:
0 commit comments