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 6d870c9 commit 5ba2b6eCopy full SHA for 5ba2b6e
doc/test-framework/writing-e2e-tests.md
@@ -287,7 +287,7 @@ $ kubectl create -f deploy/role_binding.yaml -n memcached-test
287
Once you have your environment properly configured, you can start the tests using the `operator-sdk test cluster` command:
288
289
```shell
290
-$ operator-sdk test cluster quay.io/example/memcached-operator:v0.0.1 --namespace memcached-test
+$ operator-sdk test cluster quay.io/example/memcached-operator:v0.0.1 --namespace memcached-test --service-account memcached-operator
291
292
Example Output:
293
Test Successfully Completed
0 commit comments