Skip to content

Commit

Permalink
Cleanup README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis committed Nov 13, 2023
1 parent d6c8084 commit 46b03ac
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,14 @@ SPDX-License-Identifier: CC-BY-4.0

# Provider Template

`upjet-provider-template` is a [Crossplane](https://crossplane.io/) provider that
is built using [Upjet](https://github.com/crossplane/upjet) code
`upjet-provider-template` is a [Crossplane](https://crossplane.io/) provider
template for use with the [Upjet](https://github.com/crossplane/upjet) code
generation tools and exposes XRM-conformant managed resources for the
Template API.

## Getting Started

Install the provider by using the following command after changing the image tag
to the [latest release](https://marketplace.upbound.io/providers/crossplane/upjet-provider-template):
```
up ctp provider install crossplane/upjet-provider-template:v0.1.0
```

Alternatively, you can use declarative installation:
```
cat <<EOF | kubectl apply -f -
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: upjet-provider-template
spec:
package: crossplane/upjet-provider-template:v0.1.0
EOF
```

Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.

You can see the API reference [here](https://doc.crds.dev/github.com/crossplane/upjet-provider-template).
TODO

## Developing

Expand Down

0 comments on commit 46b03ac

Please sign in to comment.