Skip to content

Commit

Permalink
Merge pull request #3 from hasheddan/install-main
Browse files Browse the repository at this point in the history
Use main for channel tag in README.md
  • Loading branch information
turkenh authored Jul 21, 2021
2 parents 044694e + b5550ab commit fb88052
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:master
kubectl crossplane install provider crossplane/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:master"
package: "crossplane/provider-kubernetes:main"
```
## Developing locally
Expand Down

0 comments on commit fb88052

Please sign in to comment.