Skip to content

Commit 19e1409

Browse files
committed
feat(influxdb): modify influxdb naming rules
1 parent 108123c commit 19e1409

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ monitor:
235235

236236
influxdb:
237237
# Configure the following ONLY if using an off-cluster Influx database
238-
url: "my.influx.url"
238+
url: "http://my.influx.url:8086"
239239
database: "kubernetes"
240-
user: "user"
240+
username: "username"
241241
password: "password"
242242
# Configure the following ONLY if you want persistence for on-cluster influxdb
243243
# GCP PDs and EBS volumes are supported only

0 commit comments

Comments
 (0)