Skip to content

Commit ca80b6b

Browse files
authored
Fix typo in blog (#722)
Signed-off-by: rohitagg2020 <rohit.aggarwal2020@gmail.com>
1 parent 2c12ea2 commit ca80b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/blog/crossplane-ytt-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To overcome this, Crossplane introduced the composition function.
3434

3535
## Prerequisites
3636
* [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) -- to create a test Kubernetes cluster. Use this [link](https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster) to set up Kubernetes cluster on `kind`.
37-
* [kubectl](https://kubernetes.io/docs/reference/kubectl/) -- to apply manifests to provision cloud resources. Use this [link](https://kubernetes.io/docs/tasks/tools/#kubectl) to install `helm`.
37+
* [kubectl](https://kubernetes.io/docs/reference/kubectl/) -- to apply manifests to provision cloud resources. Use this [link](https://kubernetes.io/docs/tasks/tools/#kubectl) to install `kubectl`.
3838
* [Helm](https://helm.sh/) -- to install Crossplane on the test cluster. Use this [link](https://helm.sh/docs/intro/quickstart/#install-helm) to install `helm`.
3939

4040
## Install Crossplane

0 commit comments

Comments
 (0)