Skip to content

Commit 99b5a70

Browse files
committed
Fix typo
1 parent 76c602d commit 99b5a70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-arc/kubernetes/workload-management.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To deploy the sample, run the following script:
3434
mkdir kalypso && cd kalypso
3535
curl -fsSL -o deploy.sh https://raw.githubusercontent.com/microsoft/kalypso/main/deploy/deploy.sh
3636
chmod 700 deploy.sh
37-
./deploy.sh -c -p <prefix. e.g. kalypso> -o <github org. e.g. eedorenko> -t <github token> -l <azure-location. e.g. westus2>
37+
./deploy.sh -c -p <prefix. e.g. kalypso> -o <GitHub org. e.g. eedorenko> -t <GitHub token> -l <azure-location. e.g. westus2>
3838
```
3939

4040
This script may take 10-15 minutes to complete. After it's done, it reports the execution result in the output like this:
@@ -59,7 +59,7 @@ Created AKS clusters in kalypso-rg resource group:
5959
> If something goes wrong with the deployment, you can delete the created resources with the following command:
6060
>
6161
> ```bash
62-
> ./deploy.sh -d -p <preix. e.g. kalypso> -o <github org. e.g. eedorenko> -t <github token> -l <azure-location. e.g. westus2>
62+
> ./deploy.sh -d -p <preix. e.g. kalypso> -o <GitHub org. e.g. eedorenko> -t <GitHub token> -l <azure-location. e.g. westus2>
6363
> ```
6464
6565
### Sample overview
@@ -163,7 +163,7 @@ With this file, Application Team requests Kubernetes compute resources from the
163163
To register the application, open a terminal and use the following script:
164164
165165
```bash
166-
export org=<github org>
166+
export org=<GitHub org>
167167
export prefix=<prefix>
168168
169169
# clone the control-plane repo
@@ -317,7 +317,7 @@ spec:
317317
branch: dev
318318
secretRef:
319319
name: repo-secret
320-
url: https://github.com/<github org>/<prefix>-app-gitops
320+
url: https://github.com/<GitHub org>/<prefix>-app-gitops
321321
---
322322
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
323323
kind: Kustomization
@@ -550,7 +550,7 @@ When no longer needed, delete the resources that you created. To do so, run the
550550
551551
```bash
552552
# In kalypso folder
553-
./deploy.sh -d -p <preix. e.g. kalypso> -o <github org. e.g. eedorenko> -t <github token> -l <azure-location. e.g. westus2>
553+
./deploy.sh -d -p <preix. e.g. kalypso> -o <GitHub org. e.g. eedorenko> -t <GitHub token> -l <azure-location. e.g. westus2>
554554
```
555555
556556
## Next steps

0 commit comments

Comments
 (0)