Skip to content

Commit

Permalink
quick sqs fix (kedacore#291)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Hollan <[email protected]>
  • Loading branch information
jeffhollan authored Oct 26, 2020
1 parent 204c6ef commit f34f416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/2.0/scalers/aws-sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ metadata:
spec:
secretTargetRef:
- parameter: awsAccessKeyID # Required.
name: keda-aws-secrets # Required.
name: test-secrets # Required.
key: AWS_ACCESS_KEY_ID # Required.
- parameter: awsSecretAccessKey # Required.
name: keda-aws-secrets # Required.
name: test-secrets # Required.
key: AWS_SECRET_ACCESS_KEY # Required.
---
apiVersion: keda.sh/v1alpha1
Expand Down

0 comments on commit f34f416

Please sign in to comment.