Skip to content

Commit 6c4ae0c

Browse files
committed
fix: wait for external-secrets webhook before creating ClusterSecretStore
1 parent 643abc7 commit 6c4ae0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

website/docs/fastpaths/operator/secrets-manager/external-secrets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ With EKS Pod Identites there is no need for the auth section here as the Service
3232

3333
Let's use this file to create the ClusterSecretStore resource.
3434

35-
```bash wait=120
35+
```bash timeout=300
36+
$ kubectl wait --for=condition=available deployment/external-secrets-webhook -n external-secrets --timeout=240s
3637
$ cat ~/environment/eks-workshop/modules/fastpaths/operators/external-secrets/cluster-secret-store.yaml \
3738
| envsubst | kubectl apply -f -
3839
```

0 commit comments

Comments
 (0)