Skip to content

Commit

Permalink
Fixing commadn issue (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 authored Jun 7, 2023
1 parent 3979910 commit c5e4c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ aws secretsmanager list-secrets
```bash
aws secretsmanager update-secret \
--secret-id <Your Secret Name> \
--secret-string "${GO_AMG_API_KEY}" \
--secret-string "{\"GF_SECURITY_ADMIN_APIKEY\": \"${GO_AMG_API_KEY}\"}" \
--region <Your AWS Region>
```

Expand Down

0 comments on commit c5e4c0c

Please sign in to comment.