Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 3c41176

Browse files
author
Mathieu Benoit
committed
fix typos
1 parent f3778f7 commit 3c41176

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/config-controller/create-config-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo "export CONFIG_CONTROLLER_LOCATION=us-east1" >> ~/acm-workshop-variables.sh
2222
source ~/acm-workshop-variables.sh
2323
```
2424
{{% notice info %}}
25-
Just `us-east1` or `us-central1` are supported region for Config Controller for now.
25+
Just `us-east1` or `us-central1` are the supported regions for now for Config Controller.
2626
{{% /notice %}}
2727

2828
## Create Config Controller's GCP project

content/config-controller/set-up-config-controller-git-repo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ ssh-keygen -t rsa -b 4096 \
8080
-N '' \
8181
-f ./tmp/github-org-repo
8282
kubectl create secret generic git-creds \
83-
--namespace=config-management-system \
84-
--from-file=ssh=./tmp/github-org-repo
83+
-n config-management-system \
84+
--from-file ssh=./tmp/github-org-repo
8585
gh repo deploy-key add ./tmp/github-org-repo.pub
8686
rm -r tmp
8787
```
@@ -107,7 +107,7 @@ spec:
107107
EOF
108108
```
109109
{{% notice tip %}}
110-
The GitHub repository is private in order to demonstrate how to allow read access to Config Sync when you use a restricted Git repository.
110+
The GitHub repository is private in order to demonstrate how to allow read access to Config Sync when you use a private Git repository.
111111
{{% /notice %}}
112112

113113
Since you started this workshop, you just ran 6 `kubectl` commands. For your information, moving forward you won't run any other `kubectl` commands because the design and intent of this workshop is to only deploy any Kubernetes resources via GitOps with Config Sync. You will also use some handy `gcloud` commands when appropriate.

0 commit comments

Comments
 (0)