Skip to content

Commit

Permalink
Add missing command in IAM tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Nov 27, 2023
1 parent b7428fb commit 0cc7587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/quickstart/access-control/aws-iam-eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ kubectl apply -n otterize-tutorial-iam -f ${ABSOLUTE_URL}/code-examples/aws-iam-
### The server can now upload files to S3!

Let's look at the server logs again to see that no more errors are being reported:
```bash
kubectl logs -f -n otterize-tutorial-iam deploy/server
```

```json
{
# highlight-next-line
Expand Down

0 comments on commit 0cc7587

Please sign in to comment.