Skip to content

Commit

Permalink
Fix typo in blog
Browse files Browse the repository at this point in the history
Signed-off-by: rohitagg2020 <[email protected]>
  • Loading branch information
rohitagg2020 committed Feb 14, 2024
1 parent 2c12ea2 commit c1aadac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/blog/crossplane-ytt-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To overcome this, Crossplane introduced the composition function.

## Prerequisites
* [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`.
* [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`.
* [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`.
* [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`.

## Install Crossplane
Expand Down

0 comments on commit c1aadac

Please sign in to comment.