Skip to content

Commit d9b0c96

Browse files
committed
:neckbeard: Correct rendering of bash instructions
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
1 parent 907a1d8 commit d9b0c96

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The `IntegrationSink` supports the Amazon Web Services (AWS) S3 service, through
66

77
For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like:
88

9-
```bash
10-
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11-
```
9+
```bash
10+
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11+
```
1212

1313
## AWS S3 Sink Example
1414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The `IntegrationSink` supports the Amazon Web Services (AWS) Simple Notification
66

77
For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like:
88

9-
```bash
10-
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11-
```
9+
```bash
10+
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11+
```
1212

1313
## AWS SNS Sink Example
1414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The `IntegrationSink` supports the Amazon Web Services (AWS) Simple Queue Servic
66

77
For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like:
88

9-
```bash
10-
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11-
```
9+
```bash
10+
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11+
```
1212

1313
## AWS SQS Sink Example
1414

docs/eventing/sources/integration-source/aws_ddbstreams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The `IntegrationSource` supports the Amazon Web Services (AWS) DynamoDB Streams
66

77
For connecting to AWS the `IntegrationSource` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like:
88

9-
```bash
10-
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11-
```
9+
```bash
10+
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11+
```
1212

1313
## AWS DynamoDB Streams Example
1414

docs/eventing/sources/integration-source/aws_s3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The `IntegrationSource` supports the Amazon Web Services (AWS) S3 service, throu
66

77
For connecting to AWS the `IntegrationSource` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like:
88

9-
```bash
10-
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11-
```
9+
```bash
10+
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11+
```
1212

1313
## AWS S3 Source Example
1414

docs/eventing/sources/integration-source/aws_sqs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The `IntegrationSource` supports the Amazon Web Services (AWS) Simple Queue Serv
66

77
For connecting to AWS the `IntegrationSource` uses Kubernetes `Secret`, present in the namespace of the resource. The `Secret` can be created like:
88

9-
```bash
10-
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11-
```
9+
```bash
10+
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
11+
```
1212

1313
## AWS SQS Source Example
1414

0 commit comments

Comments
 (0)