File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ All of the above arguments may be specified as environment variables. Consult th
48
48
49
49
To capture Prometheus metrics from the loadtest, two environment variables are required:
50
50
51
- * ` SCALETEST_PROMETHEUS_REMOTE_WRITE_USER `
52
- * ` SCALETEST_PROMETHEUS_REMOTE_WRITE_PASSWORD `
51
+ - ` SCALETEST_PROMETHEUS_REMOTE_WRITE_USER `
52
+ - ` SCALETEST_PROMETHEUS_REMOTE_WRITE_PASSWORD `
53
53
54
54
### Enterprise License
55
55
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ maybedryrun "$DRY_RUN" kubectl --kubeconfig="${KUBECONFIG}" -n "coder-${SCALETES
156
156
echo " Initializing Coder deployment."
157
157
DRY_RUN=" $DRY_RUN " " ${PROJECT_ROOT} /scaletest/lib/coder_init.sh" " ${SCALETEST_CODER_URL} "
158
158
159
- if [[ ! -z " ${SCALETEST_CODER_LICENSE} " ]]; then
159
+ if [[ -n " ${SCALETEST_CODER_LICENSE} " ]]; then
160
160
echo " Applying Coder Enterprise License"
161
161
DRY_RUN=" $DRY_RUN " " ${PROJECT_ROOT} /scaletest/lib/coder_shim.sh" license add -l " ${SCALETEST_CODER_LICENSE} "
162
162
fi
Original file line number Diff line number Diff line change @@ -160,5 +160,5 @@ variable "prometheus_remote_write_send_interval" {
160
160
161
161
variable "coder_experiments" {
162
162
description = " Coder Experiments to enable"
163
- default = " "
163
+ default = " "
164
164
}
You can’t perform that action at this time.
0 commit comments