We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd04b9 commit 047e911Copy full SHA for 047e911
1 file changed
charts/workflow/values.yaml
@@ -170,7 +170,7 @@ builder:
170
# If service.type is not set to NodePort, the following statement will be ignored.
171
nodePort: ""
172
173
-# Drycc single sign on system
+#
174
passport:
175
# Set passport deployment replicas
176
replicas: 1
@@ -238,7 +238,9 @@ influxdb:
238
url: "http://my.influx.url:8086"
239
bucket: "kubernetes"
240
org: "org"
241
- token: "token"
+ # If it is off-cluster, it must be specified
242
+ # Otherwise, it is generated randomly, if it is empty
243
+ token: ""
244
# Configure the following is only available in on-cluster Influx database
245
user: "admin"
246
password: "admin123"
0 commit comments