Skip to content

Commit 676da97

Browse files
committed
Fixing docs
1 parent d671521 commit 676da97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/patterns/single-new-eks-observability-accelerators/single-new-eks-opensource-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ export AMG_API_KEY=$(aws grafana create-workspace-api-key \
7575
5. AWS Secrets Manager for GRAFANA API KEY: Update the Grafana API key secret in AWS Secrets using the above new Grafana API key. This will be referenced by Grafana Operator deployment of our solution to access Amazon Managed Grafana from Amazon EKS Cluster
7676

7777
```bash
78-
export API_KEY_SECRET_NAME="grafana-api-key"
7978
aws secretsmanager create-secret \
80-
--secret-id $API_KEY_SECRET_NAME \
79+
--name grafana-api-key \
80+
--description "API Key of your Grafana Instance" \
8181
--secret-string "${AMG_API_KEY}" \
8282
--region $AWS_REGION \
8383
--query ARN \

0 commit comments

Comments
 (0)