We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108123c commit 19e1409Copy full SHA for 19e1409
1 file changed
charts/workflow/values.yaml
@@ -235,9 +235,9 @@ monitor:
235
236
influxdb:
237
# Configure the following ONLY if using an off-cluster Influx database
238
- url: "my.influx.url"
+ url: "http://my.influx.url:8086"
239
database: "kubernetes"
240
- user: "user"
+ username: "username"
241
password: "password"
242
# Configure the following ONLY if you want persistence for on-cluster influxdb
243
# GCP PDs and EBS volumes are supported only
0 commit comments