You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
65
65
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`.
67
67
68
68
```
69
69
---
@@ -95,7 +95,8 @@ Secret Manager is a regionalized product so you will need to specify the [region
95
95
## Create your first External Secret
96
96
97
97
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`
0 commit comments