Skip to content

Commit c5855ae

Browse files
authored
minor fixes for integrationsink doc (#6418)
1 parent 1f766dd commit c5855ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/versioned/eventing/sinks/integration-sink/aws_s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Below is an `IntegrationSink` to send data to an Amazon S3 Bucket:
3535
auth:
3636
secret:
3737
ref:
38-
name: "my-secret"
38+
name: "my-secret"
3939
```
4040
4141
Inside of the `aws.s3` object we define the name of the bucket (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`

docs/versioned/eventing/sinks/integration-sink/aws_sns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Below is an `IntegrationSink` to send data to AWS SNS:
3535
auth:
3636
secret:
3737
ref:
38-
name: "my-secret"
38+
name: "my-secret"
3939
```
4040
Inside of the `aws.sns` object we define the name of the topic (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`
4141

docs/versioned/eventing/sinks/integration-sink/aws_sqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Below is an `IntegrationSink` to send data to AWS SQS:
3030
spec:
3131
aws:
3232
sqs:
33-
arn: "arn:aws:s3:::my-queue"
33+
arn: "my-queue"
3434
region: "eu-north-1"
3535
auth:
3636
secret:
3737
ref:
38-
name: "my-secret"
38+
name: "my-secret"
3939
```
4040
Inside of the `aws.sqs` object we define the name of the queue (or _arn_) and its region. The credentials for the AWS service are referenced from the `my-secret` Kubernetes `Secret`
4141

0 commit comments

Comments
 (0)