From 5808d0bca6e88e0ba0cca8544e006b4652e678c5 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Thu, 5 Dec 2024 14:50:46 +0100 Subject: [PATCH] Fixing minor doc issues (#6173) * :lipstick: Correct Header Signed-off-by: Matthias Wessendorf * :neckbeard: Correct rendering of bash instructions Signed-off-by: Matthias Wessendorf --------- Signed-off-by: Matthias Wessendorf --- docs/eventing/sinks/integration-sink/aws_s3.md | 6 +++--- docs/eventing/sinks/integration-sink/aws_sns.md | 8 ++++---- docs/eventing/sinks/integration-sink/aws_sqs.md | 6 +++--- .../eventing/sources/integration-source/aws_ddbstreams.md | 6 +++--- docs/eventing/sources/integration-source/aws_s3.md | 6 +++--- docs/eventing/sources/integration-source/aws_sqs.md | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/eventing/sinks/integration-sink/aws_s3.md b/docs/eventing/sinks/integration-sink/aws_s3.md index de3d411836..4dcf9cffe6 100644 --- a/docs/eventing/sinks/integration-sink/aws_s3.md +++ b/docs/eventing/sinks/integration-sink/aws_s3.md @@ -6,9 +6,9 @@ The `IntegrationSink` supports the Amazon Web Services (AWS) S3 service, through For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like: - ```bash - kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= - ``` + ```bash + kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= + ``` ## AWS S3 Sink Example diff --git a/docs/eventing/sinks/integration-sink/aws_sns.md b/docs/eventing/sinks/integration-sink/aws_sns.md index ea6600b0d4..d54408a3a2 100644 --- a/docs/eventing/sinks/integration-sink/aws_sns.md +++ b/docs/eventing/sinks/integration-sink/aws_sns.md @@ -6,11 +6,11 @@ The `IntegrationSink` supports the Amazon Web Services (AWS) Simple Notification For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like: - ```bash - kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= - ``` + ```bash + kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= + ``` -## AWS SQS Sink Example +## AWS SNS Sink Example Below is an `IntegrationSink` to send data to AWS SNS: diff --git a/docs/eventing/sinks/integration-sink/aws_sqs.md b/docs/eventing/sinks/integration-sink/aws_sqs.md index effa117075..c55f3def0e 100644 --- a/docs/eventing/sinks/integration-sink/aws_sqs.md +++ b/docs/eventing/sinks/integration-sink/aws_sqs.md @@ -6,9 +6,9 @@ The `IntegrationSink` supports the Amazon Web Services (AWS) Simple Queue Servic For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like: - ```bash - kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= - ``` + ```bash + kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= + ``` ## AWS SQS Sink Example diff --git a/docs/eventing/sources/integration-source/aws_ddbstreams.md b/docs/eventing/sources/integration-source/aws_ddbstreams.md index f60611d035..53f7380aed 100644 --- a/docs/eventing/sources/integration-source/aws_ddbstreams.md +++ b/docs/eventing/sources/integration-source/aws_ddbstreams.md @@ -6,9 +6,9 @@ The `IntegrationSource` supports the Amazon Web Services (AWS) DynamoDB Streams For connecting to AWS the `IntegrationSource` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like: - ```bash - kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= - ``` + ```bash + kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= + ``` ## AWS DynamoDB Streams Example diff --git a/docs/eventing/sources/integration-source/aws_s3.md b/docs/eventing/sources/integration-source/aws_s3.md index c4b8fb7db4..1028da3e41 100644 --- a/docs/eventing/sources/integration-source/aws_s3.md +++ b/docs/eventing/sources/integration-source/aws_s3.md @@ -6,9 +6,9 @@ The `IntegrationSource` supports the Amazon Web Services (AWS) S3 service, throu For connecting to AWS the `IntegrationSource` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like: - ```bash - kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= - ``` + ```bash + kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= + ``` ## AWS S3 Source Example diff --git a/docs/eventing/sources/integration-source/aws_sqs.md b/docs/eventing/sources/integration-source/aws_sqs.md index a0a9eadbe9..af4508d161 100644 --- a/docs/eventing/sources/integration-source/aws_sqs.md +++ b/docs/eventing/sources/integration-source/aws_sqs.md @@ -6,9 +6,9 @@ The `IntegrationSource` supports the Amazon Web Services (AWS) Simple Queue Serv For connecting to AWS the `IntegrationSource` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like: - ```bash - kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= - ``` + ```bash + kubectl -n create secret generic my-secret --from-literal=aws.accessKey= --from-literal=aws.secretKey= + ``` ## AWS SQS Source Example