Skip to content

Commit 5ba2b6e

Browse files
authored
doc/test-framework: add service account flag to cluster test cmd (#660)
1 parent 6d870c9 commit 5ba2b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/test-framework/writing-e2e-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ $ kubectl create -f deploy/role_binding.yaml -n memcached-test
287287
Once you have your environment properly configured, you can start the tests using the `operator-sdk test cluster` command:
288288

289289
```shell
290-
$ operator-sdk test cluster quay.io/example/memcached-operator:v0.0.1 --namespace memcached-test
290+
$ operator-sdk test cluster quay.io/example/memcached-operator:v0.0.1 --namespace memcached-test --service-account memcached-operator
291291

292292
Example Output:
293293
Test Successfully Completed

0 commit comments

Comments
 (0)