Skip to content

Commit

Permalink
Merge pull request #111 from haarchri/fix/readme-provider-v1
Browse files Browse the repository at this point in the history
fix(readme): changed provider apiVersion to v1 since crossplane 1.0.0…
  • Loading branch information
turkenh authored Oct 7, 2021
2 parents 1e9548a + f8cc80f commit e49c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kubectl crossplane install provider crossplane/provider-helm:master
You may also manually install `provider-helm` by creating a `Provider` directly:

```yaml
apiVersion: pkg.crossplane.io/v1alpha1
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: provider-helm
Expand Down

0 comments on commit e49c3e7

Please sign in to comment.