Skip to content

Commit c5e4c0c

Browse files
authored
Fixing commadn issue (#177)
1 parent 3979910 commit c5e4c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ aws secretsmanager list-secrets
227227
```bash
228228
aws secretsmanager update-secret \
229229
--secret-id <Your Secret Name> \
230-
--secret-string "${GO_AMG_API_KEY}" \
230+
--secret-string "{\"GF_SECURITY_ADMIN_APIKEY\": \"${GO_AMG_API_KEY}\"}" \
231231
--region <Your AWS Region>
232232
```
233233

0 commit comments

Comments
 (0)