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

Commit 625467b

Browse files
author
Mathieu Benoit
committed
typos in whereami
1 parent 2913625 commit 625467b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/whereami/deploy-whereami.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Get the upstream Kubernetes manifests:
1717
cd ~/$WHERE_AMI_DIR_NAME
1818
kpt pkg get https://github.com/GoogleCloudPlatform/kubernetes-engine-samples/whereami/k8s
1919
mv k8s upstream
20-
rm upstream/Kptfile
2120
```
2221

2322
## Create base overlay

content/whereami/set-up-whereami-git-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ roleRef:
8484
EOF
8585
```
8686
{{% notice tip %}}
87-
We are using the [`edit` user-facing role](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles) here, to follow the least privilege principle. Earlier in this workshop during the ASM installation, we extended the default `edit` role with more capabilities regarding to the Istio resources: `VirtualService`, `Sidecar` and `Authorization` wich will be leveraged in the Whereami's namespace.
87+
We are using the [`edit` user-facing role](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles) here, to follow the least privilege principle. Earlier in this workshop during the ASM installation, we extended the default `edit` role with more capabilities regarding to the Istio resources: `VirtualService`, `Sidecar` and `Authorization` which will be leveraged in the Whereami's namespace.
8888
{{% /notice %}}
8989

9090
## Deploy Kubernetes manifests

0 commit comments

Comments
 (0)