Skip to content

Commit

Permalink
fix(readme): changed provider apiVersion to v1 since crossplane 1.0.0…
Browse files Browse the repository at this point in the history
… alphav1 is dropped

Signed-off-by: haarchri <chhaar30@googlemail.com>
  • Loading branch information
haarchri committed Oct 7, 2021
1 parent 1e9548a commit f8cc80f
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 f8cc80f

Please sign in to comment.