We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643abc7 commit 6c4ae0cCopy full SHA for 6c4ae0c
1 file changed
website/docs/fastpaths/operator/secrets-manager/external-secrets.md
@@ -32,7 +32,8 @@ With EKS Pod Identites there is no need for the auth section here as the Service
32
33
Let's use this file to create the ClusterSecretStore resource.
34
35
-```bash wait=120
+```bash timeout=300
36
+$ kubectl wait --for=condition=available deployment/external-secrets-webhook -n external-secrets --timeout=240s
37
$ cat ~/environment/eks-workshop/modules/fastpaths/operators/external-secrets/cluster-secret-store.yaml \
38
| envsubst | kubectl apply -f -
39
```
0 commit comments