Skip to content

Commit

Permalink
fixed a typo (#366)
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
oliverlabs authored Feb 9, 2023
1 parent a478702 commit 98e1cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-aks-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98e1cd8

Please sign in to comment.