Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit c8b4f77

Browse files
authored
Merge pull request #32 from Avarei/docs/clarify
clarify language in documentation
2 parents 361836c + d7461b0 commit c8b4f77

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pkl/crossplane.contrib.example/DEPLOY.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Deploying this Example
22

33
## Prerequirements
4-
* [pkl cli](https://pkl-lang.org/main/current/pkl-cli/index.html#installation) is installed
5-
* crossplane in a cluster
6-
* function-pkl deployed (see [here](../../README.md))
7-
* The examples use [provider-kubernetes](https://marketplace.upbound.io/providers/crossplane-contrib/provider-kubernetes)
8-
* [provider config](https://marketplace.upbound.io/providers/crossplane-contrib/provider-kubernetes/v0.14.0/resources/kubernetes.crossplane.io/ProviderConfig/v1alpha1) for provider-kubernetes called "default"
4+
* [pkl cli](https://pkl-lang.org/main/current/pkl-cli/index.html#installation) and kubectl are installed
5+
* a kubernetes cluster with crossplane deployed
6+
* function-pkl deployed (see [README.md](../../README.md))
7+
* [provider-kubernetes](https://marketplace.upbound.io/providers/crossplane-contrib/provider-kubernetes) deployed
8+
* a [provider config](https://marketplace.upbound.io/providers/crossplane-contrib/provider-kubernetes/v0.14.0/resources/kubernetes.crossplane.io/ProviderConfig/v1alpha1) for provider-kubernetes called "default"
99

1010
## Deploy XRD
1111
```shell
@@ -23,6 +23,8 @@ pkl eval package://pkg.pkl-lang.org/github.com/crossplane-contrib/function-pkl/c
2323
## Check the Resource
2424
```shell
2525
kubectl get xrs.example.crossplane.io uri-example -oyaml
26+
```
2627

28+
```shell
2729
crossplane beta trace xrs uri-example
2830
```

0 commit comments

Comments
 (0)