From 98e1cd8562b14a20f9fdc8612c7855d4b3953f04 Mon Sep 17 00:00:00 2001 From: Oliver Gulich <70239916+oliverlabs@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:35:22 +0000 Subject: [PATCH] fixed a typo (#366) fixed a typo --- 06-aks-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-aks-cluster.md b/06-aks-cluster.md index d07c0e08..d097b55e 100644 --- a/06-aks-cluster.md +++ b/06-aks-cluster.md @@ -6,7 +6,7 @@ Now that your [ACR instance is deployed and ready to support cluster bootstrappi 1. Indicate your bootstrapping repo. - > If you cloned this repo, then the value will be the original mspnp GitHub organization's repo, which will mean that your cluster will be bootstraped using public container images. If instead you forked this repo, then the GitOps repo will be your own repo, and your cluster will be bootstrapped using container images references based on the values in your repo's manifest files. On the prior instruction page you had the oppertunity to update those manifests to use your ACR instance. For guidance on using a private bootstrapping repo, see [Private bootstrapping repository](./cluster-manifests/README.md#private-bootstrapping-repository). + > If you cloned this repo, then the value will be the original mspnp GitHub organization's repo, which will mean that your cluster will be bootstraped using public container images. If instead you forked this repo, then the GitOps repo will be your own repo, and your cluster will be bootstrapped using container images references based on the values in your repo's manifest files. On the prior instruction page you had the opportunity to update those manifests to use your ACR instance. For guidance on using a private bootstrapping repo, see [Private bootstrapping repository](./cluster-manifests/README.md#private-bootstrapping-repository). ```bash GITOPS_REPOURL=$(git config --get remote.origin.url)