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
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:
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:
0 commit comments