Skip to content

Commit

Permalink
Document
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Oct 12, 2023
1 parent cd1ccac commit d2cb83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ To see all rules supported by the makefile, run `make help`

To run integration tests for the operator, run `make test-integration`.

The `oc` executable must be accessible.
One of the `oc` or `kubectl` executables must be accessible. If both are present in your path, `oc` will be used, except if you
define the environment variable `K8S_CLI` with the command you prefer to use.

By default, the tests will use the default image for the operator, `quay.io/devfile/registry-operator:next`.

Expand Down

0 comments on commit d2cb83a

Please sign in to comment.