Skip to content

Commit

Permalink
fix missing : (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstott authored and VaibhavPage committed Apr 1, 2019
1 parent d3732ff commit 3f4e785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gateways/aws-sqs-gateway-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
name: aws-secret
key: access
secretKey:
name aws-secret
name: aws-secret
key: secret
region: "us-east-1"
queue: "<queue-name>"
Expand Down

0 comments on commit 3f4e785

Please sign in to comment.