Skip to content

Commit 9e60d6f

Browse files
authored
Fix typos in README.md (#80)
Signed-off-by: Marcus Alder <maralder@google.com>
1 parent 9fc142f commit 9e60d6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fleet-argocd-plugin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Note: This is a one-time setup.
1818

1919
```shell
2020
gcloud artifacts repositories create argocd-fleet-sync \
21-
--project={$PROJECT_ID} \
21+
--project=${PROJECT_ID} \
2222
--repository-format=docker \
23-
--location={$LOCATION} \
23+
--location=${LOCATION} \
2424
--description="Docker repository for argocd fleet plugin"
2525
```
2626

@@ -47,7 +47,7 @@ gcloud container clusters get-credentials CLUSTER_NAME \
4747
This example uses [GKE workload identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) federation to authenticate to GCP APIs.
4848
* Enable workload identity federation on the control clusters and its nodepools. [guide](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity#enable-existing-cluster)
4949

50-
* Create iam principle which the pod will be running as, and give it nessary permissions.
50+
* Create iam principle which the pod will be running as, and give it necessary permissions.
5151

5252
```shell
5353
gcloud projects add-iam-policy-binding projects/PROJECT_ID \

0 commit comments

Comments
 (0)