Skip to content

Commit

Permalink
fix Amazon Bedrock instructions in README (#397)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Miller <millrfz@amazon.com>
  • Loading branch information
aaroniscode committed Mar 31, 2024
1 parent 8bf0f7a commit 0eb03fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ EOF
2. Create secret:
```sh
kubectl create secret generic bedrock-sample-secret --from-literal=AWS_ACCESS_KEY_ID="$(echo $AWS_ACCESS_KEY_ID)" --from-literal=AWS_ACCESS_KEY="$(echo $AWS_ACCESS_KEY)" -n k8sgpt-operator-system
kubectl create secret generic bedrock-sample-secret --from-literal=AWS_ACCESS_KEY_ID="$(echo $AWS_ACCESS_KEY_ID)" --from-literal=AWS_SECRET_ACCESS_KEY="$(echo $AWS_SECRET_ACCESS_KEY)" -n k8sgpt-operator-system
```
3. Apply the K8sGPT configuration object:
```
Expand Down

0 comments on commit 0eb03fa

Please sign in to comment.