Skip to content

Commit 8325fc7

Browse files
committed
update legacy k8s docs with new env var
1 parent 658fe47 commit 8325fc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/src/lib/k8s/REMOTE_RUN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export TEST_ENV_VAR=myTestVarForAJob
3939
# your image to run as a k8s job
4040
ACCOUNT=$(aws sts get-caller-identity | jq -r .Account)
4141
export ENV_JOB_IMAGE="${ACCOUNT}.dkr.ecr.us-west-2.amazonaws.com/core-integration-tests:v1.1"
42+
export DETACH_RUNNER=true # if you want the test job to run in the background after it has started
43+
export CHAINLINK_ENV_USER=yourUser # user to run the tests
44+
export CHAINLINK_USER_TEAM=yourTeam # team to run the tests for
4245
# your example test file to run inside k8s
4346
# if ENV_JOB_IMAGE is present it will create a job, wait until it finished and get logs
4447
go run examples/remote-test-runner/env.go

0 commit comments

Comments
 (0)