From d9b0c96e1fb928e5c2472235da0bf60ecf677982 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Thu, 5 Dec 2024 14:40:38 +0100 Subject: [PATCH] :neckbeard: Correct rendering of bash instructions Signed-off-by: Matthias Wessendorf --- docs/eventing/sinks/integration-sink/aws_s3.md | 6 +++--- docs/eventing/sinks/integration-sink/aws_sns.md | 6 +++--- docs/eventing/sinks/integration-sink/aws_sqs.md | 6 +++--- docs/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, 18 insertions(+), 18 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 ae8f7eb86c..d54408a3a2 100644 --- a/docs/eventing/sinks/integration-sink/aws_sns.md +++ b/docs/eventing/sinks/integration-sink/aws_sns.md @@ -6,9 +6,9 @@ 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 SNS Sink Example 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