We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed96d5 commit bb93e0cCopy full SHA for bb93e0c
scaletest/templates/scaletest-runner/scripts/lib.sh
@@ -302,6 +302,6 @@ set_pod_status_annotation() {
302
log "must specify an annotation value"
303
return
304
else
305
- maybedryrun "${DRY_RUN}" kubectl --namespace "$(namespace)" annotate pod "$(hostname)" "com.coder.scaletest.status=$2" --overwrite
+ maybedryrun "${DRY_RUN}" kubectl --namespace "$(namespace)" annotate pod "$(hostname)" "com.coder.scaletest.status=$1" --overwrite
306
fi
307
}
0 commit comments