From 985d0943b7dce8f229b7faa9dcb38bfd82e2ff35 Mon Sep 17 00:00:00 2001 From: Crossplane Date: Fri, 8 May 2020 06:16:50 +0000 Subject: [PATCH] docs snapshot for crossplane version `master` --- docs/master/getting-started/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/master/getting-started/install.md b/docs/master/getting-started/install.md index 5b9fe147..e46eb0b4 100644 --- a/docs/master/getting-started/install.md +++ b/docs/master/getting-started/install.md @@ -68,7 +68,7 @@ Install with Helm 2: ```console helm repo add crossplane-master https://charts.crossplane.io/master/ -helm search crossplane --devel +helm search crossplane-master --devel helm install --name crossplane --namespace crossplane-system crossplane-master/crossplane --version ``` @@ -86,7 +86,7 @@ Crossplane via Helm 3, you'll need Helm v3.1.0+. ```console kubectl create namespace crossplane-system helm repo add crossplane-master https://charts.crossplane.io/master/ -helm search repo crossplane --devel +helm search repo crossplane-master --devel # Kubernetes 1.15 and newer versions helm install crossplane --namespace crossplane-system crossplane-master/crossplane --version --devel