Skip to content

Commit

Permalink
Merge pull request #142 from j2L4e/patch-1
Browse files Browse the repository at this point in the history
Readme: Replace crossplane with crossplanecontrib
  • Loading branch information
turkenh authored Oct 2, 2023
2 parents 5dc99d4 + 022f2f2 commit f298fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ so using the Crossplane CLI in a Kubernetes cluster where Crossplane is
installed:

```console
kubectl crossplane install provider crossplane/provider-kubernetes:main
kubectl crossplane install provider crossplanecontrib/provider-kubernetes:main
```

You may also manually install `provider-kubernetes` by creating a `Provider` directly:
Expand All @@ -25,7 +25,7 @@ kind: Provider
metadata:
name: provider-kubernetes
spec:
package: "crossplane/provider-kubernetes:main"
package: "crossplanecontrib/provider-kubernetes:main"
```
## Developing locally
Expand Down

0 comments on commit f298fae

Please sign in to comment.