Skip to content

Commit

Permalink
Use main for channel tag in README.md
Browse files Browse the repository at this point in the history
Updates tag on Provider package in README.md to use the main tag. The
master tag is never pushed.

Signed-off-by: hasheddan <[email protected]>
  • Loading branch information
hasheddan committed Jul 21, 2021
1 parent 044694e commit b5550ab
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 b5550ab

Please sign in to comment.