Skip to content

Commit c5daa81

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 76d777c commit c5daa81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

containers/kubernetes/api-cli/external-secrets-kubernetes.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ kubectl create secret generic scwsm-secret --from-file=./access-key --from-file=
6161
## Create your first SecretStore
6262

6363
Define a `SecretStore` resource in Kubernetes to inform External Secrets where to fetch secrets from.
64-
Secret Manager is a regionalized product so you will need to specify the [region](/identity-and-access-management/secret-manager/concepts/#region) to create your secret in.
64+
Secret Manager is a regionalized product, so you will need to specify the [region](/identity-and-access-management/secret-manager/concepts/#region) in which you want to create your secret.
6565

66-
1. Copy the template below and paste it in a file named `secret-store.yaml`.
66+
1. Copy the template below and paste it into a file named `secret-store.yaml`.
6767

6868
```
6969
---
@@ -95,7 +95,8 @@ Secret Manager is a regionalized product so you will need to specify the [region
9595
## Create your first External Secret
9696

9797
Create an `ExternalSecret` resource to specify which secret to fetch from Secret Manager.
98-
1. Copy the following template and paste it in a file named `external-secret.yaml`
98+
99+
1. Copy the following template and paste it into a file named `external-secret.yaml`
99100

100101
```
101102
---

0 commit comments

Comments
 (0)