Skip to content

Commit 047e911

Browse files
committed
chore(charts): randomly generated token
1 parent 0dd04b9 commit 047e911

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
@@ -170,7 +170,7 @@ builder:
170170
# If service.type is not set to NodePort, the following statement will be ignored.
171171
nodePort: ""
172172

173-
# Drycc single sign on system
173+
#
174174
passport:
175175
# Set passport deployment replicas
176176
replicas: 1
@@ -238,7 +238,9 @@ influxdb:
238238
url: "http://my.influx.url:8086"
239239
bucket: "kubernetes"
240240
org: "org"
241-
token: "token"
241+
# If it is off-cluster, it must be specified
242+
# Otherwise, it is generated randomly, if it is empty
243+
token: ""
242244
# Configure the following is only available in on-cluster Influx database
243245
user: "admin"
244246
password: "admin123"

0 commit comments

Comments
 (0)