Skip to content

Commit

Permalink
chore: Fixes typo in chart README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmriebold committed Aug 12, 2021
1 parent 8666d37 commit b857319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ helm install release-name \
--set sqs.region=[region-name] \
--set sqs.queueUrls[0]=https://sqs.[region].amazonaws.com/[account-id]/[queue-name-1] \
--set serviceAccount.create=true \
--set serviceAccount.annotations.eks.amazonaws.com/role-arn=[role-arn] \
--set serviceAccount.annotations."eks\.amazonaws\.com/role-arn"=[role-arn] \
jmriebold/sqs-prometheus-exporter
```

Expand Down

0 comments on commit b857319

Please sign in to comment.