Skip to content

Commit

Permalink
update makefile and README
Browse files Browse the repository at this point in the history
Signed-off-by: arielsepton <[email protected]>
  • Loading branch information
arielsepton committed Dec 13, 2023
1 parent 3509a72 commit f552287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ CROSSPLANE_NAMESPACE = crossplane-system
-include build/makelib/local.xpkg.mk
-include build/makelib/controlplane.mk

UPTEST_EXAMPLE_LIST ?= "examples/sample/desposiblerequest.yaml"
UPTEST_EXAMPLE_LIST := $(shell find ./examples/sample -path '*.yaml' | paste -s -d ',' - )

uptest: $(UPTEST) $(KUBECTL) $(KUTTL)
@$(INFO) running automated tests
@KUBECTL=$(KUBECTL) KUTTL=$(KUTTL) $(UPTEST) e2e "$(UPTEST_EXAMPLE_LIST)" --setup-script=cluster/test/setup.sh || $(FAIL)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To install `provider-http`, you have two options:
1. Using the Crossplane CLI in a Kubernetes cluster where Crossplane is installed:

```console
kubectl crossplane install provider crossplanecontrib/provider-http:master
kubectl crossplane install provider ghcr.io/arielsepton/provider-http:v1.2.0
```

2. Manually creating a Provider by applying the following YAML:
Expand All @@ -21,7 +21,7 @@ To install `provider-http`, you have two options:
metadata:
name: provider-http
spec:
package: "crossplanecontrib/provider-http:master"
package: "ghcr.io/arielsepton/provider-http:v1.2.0"
```


Expand Down

0 comments on commit f552287

Please sign in to comment.