File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,6 +321,9 @@ function install_drycc {
321321 echo -e " \\ 033[32m---> Start installing workflow...\\ 033[0m"
322322 RABBITMQ_USERNAME=$( cat /proc/sys/kernel/random/uuid)
323323 RABBITMQ_PASSWORD=$( cat /proc/sys/kernel/random/uuid)
324+ INFLUXDB_USERNAME=$( cat /proc/sys/kernel/random/uuid)
325+ INFLUXDB_PASSWORD=$( cat /proc/sys/kernel/random/uuid)
326+
324327
325328cat << EOF > "/tmp/drycc-values.yaml"
326329global:
@@ -398,6 +401,8 @@ imagebuilder:
398401
399402influxdb:
400403 imageRegistry: ${DRYCC_REGISTRY}
404+ user: "${INFLUXDB_USERNAME} "
405+ password: "${INFLUXDB_PASSWORD} "
401406 persistence:
402407 enabled: true
403408 size: ${INFLUXDB_PERSISTENCE_SIZE:- 5Gi}
464469 --create-namespace --wait --timeout 30m0s
465470 echo -e " \\ 033[32m---> Rabbitmq username: $RABBITMQ_USERNAME \\ 033[0m"
466471 echo -e " \\ 033[32m---> Rabbitmq password: $RABBITMQ_PASSWORD \\ 033[0m"
472+ echo -e " \\ 033[32m---> Influxdb username: $INFLUXDB_USERNAME \\ 033[0m"
473+ echo -e " \\ 033[32m---> Influxdb password: $INFLUXDB_PASSWORD \\ 033[0m"
467474}
468475
469476function install_helmbroker {
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ influxdb:
217217 # URL configuration is only available in off-cluster Influx database
218218 url : " http://my.influx.url:8086"
219219 bucket : " kubernetes"
220- org : " org "
220+ org : " drycc "
221221 # If influxdb is off-cluster, it must be specified
222222 # Otherwise, it is generated randomly, if it is empty
223223 token : " "
You can’t perform that action at this time.
0 commit comments