mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
fix README
not `make e2e-tests` but `make e2e-test`
This commit is contained in:
parent
66dfd09549
commit
e28bf2db4a
1 changed files with 1 additions and 1 deletions
|
@ -149,4 +149,4 @@ kubectl delete --ignore-not-found customresourcedefinitions \
|
|||
2. You can execute the *e2e tests* on a local minikube by compiling the static binary (which is what is used for the container images) with `make crossbuild`.
|
||||
1. build the container image with the docker host from within minikube by running `eval $(minikube docker-env)`.
|
||||
2. You can build the container using `make container`.
|
||||
3. Finally run the e2e tests using `make e2e-tests`.
|
||||
3. Finally run the e2e tests using `make e2e-test`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue