@@ -34,7 +34,7 @@ To deploy the sample, run the following script:
34
34
mkdir kalypso && cd kalypso
35
35
curl -fsSL -o deploy.sh https://raw.githubusercontent.com/microsoft/kalypso/main/deploy/deploy.sh
36
36
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>
38
38
```
39
39
40
40
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:
59
59
> If something goes wrong with the deployment, you can delete the created resources with the following command:
60
60
>
61
61
> ``` 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>
63
63
> ` ` `
64
64
65
65
# ## Sample overview
@@ -163,7 +163,7 @@ With this file, Application Team requests Kubernetes compute resources from the
163
163
To register the application, open a terminal and use the following script:
164
164
165
165
` ` ` bash
166
- export org=< github org>
166
+ export org=< GitHub org>
167
167
export prefix=< prefix>
168
168
169
169
# clone the control-plane repo
@@ -317,7 +317,7 @@ spec:
317
317
branch: dev
318
318
secretRef:
319
319
name: repo-secret
320
- url: https://github.com/< github org> /< prefix> -app-gitops
320
+ url: https://github.com/< GitHub org> /< prefix> -app-gitops
321
321
---
322
322
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
323
323
kind: Kustomization
@@ -550,7 +550,7 @@ When no longer needed, delete the resources that you created. To do so, run the
550
550
551
551
```bash
552
552
# 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>
554
554
```
555
555
556
556
## Next steps
0 commit comments