Skip to content

Commit 6774b1c

Browse files
docs: Add ExternalSecret manifest for clarity (#1832)
Co-authored-by: Niall Thomson <thomson.niall@gmail.com>
1 parent ebcdafe commit 6774b1c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

website/docs/security/secrets-management/secrets-manager/external-secrets.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@ $ cat ~/environment/eks-workshop/modules/security/secrets-manager/cluster-secret
3939
| envsubst | kubectl apply -f -
4040
```
4141

42-
Next, we'll create an `ExternalSecret` that defines what data should be fetched from AWS Secrets Manager and how it should be transformed into a Kubernetes Secret. We'll then update our `catalog` Deployment to use these credentials:
42+
Next, we'll create an `ExternalSecret` that defines what data should be fetched from AWS Secrets Manager and how it should be transformed into a Kubernetes Secret.
43+
44+
Let's inspect the `ExternalSecret` manifest that will be applied:
45+
46+
::yaml{file="manifests/modules/security/secrets-manager/external-secrets/external-secret.yaml"}
47+
48+
This tells the External Secrets Operator to pull the secret identified by `$SECRET_NAME` from the `ClusterSecretStore` and sync it into the `catalog` namespace every hour.
49+
50+
We'll also update our `catalog` Deployment to use these credentials:
4351

4452
```kustomization
4553
modules/security/secrets-manager/external-secrets/kustomization.yaml

0 commit comments

Comments
 (0)