fix helm link, remove include

Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
Pete Lumbis 2023-02-05 20:52:31 -05:00
parent 5b9e4b3f78
commit 49e2583aed
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 1 additions and 3 deletions

View File

@ -22,7 +22,7 @@ This guide walks you through the steps required to get started with the Upbound
This quickstart requires:
* a Kubernetes cluster with at least 3 GB of RAM
* permissions to create pods and secrets in the Kubernetes cluster
* [Helm] version `v3.2.0` or later
* [Helm](https://helm.sh/) version `v3.2.0` or later
* an Azure account with permissions to create an Azure [service principal](https://learn.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object) and an [Azure Resource Group](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/manage-resource-groups-portal)
{{< hint type="tip" >}}
@ -34,8 +34,6 @@ If you don't have a Kubernetes cluster create one locally with [minikube](https:
All commands use the current `kubeconfig` context and configuration.
{{< /hint >}}
{{</* include file="install-crossplane.md" type="page" */>}}
## Install the Azure provider
Install the provider into the Kubernetes cluster with a Kubernetes configuration file.