mirror of https://github.com/knative/docs.git
Fixing minor doc issues (#6173)
* 💄 Correct Header
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
* :neckbeard: Correct rendering of bash instructions
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
---------
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
parent
4d3d5394bb
commit
5808d0bca6
|
|
@ -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 <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
```bash
|
||||
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
|
||||
## AWS S3 Sink Example
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
```bash
|
||||
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
|
||||
## AWS SQS Sink Example
|
||||
## AWS SNS Sink Example
|
||||
|
||||
Below is an `IntegrationSink` to send data to AWS SNS:
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
```bash
|
||||
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
|
||||
## AWS SQS Sink Example
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
```bash
|
||||
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
|
||||
## AWS DynamoDB Streams Example
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
```bash
|
||||
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
|
||||
## AWS S3 Source Example
|
||||
|
||||
|
|
|
|||
|
|
@ -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 <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
```bash
|
||||
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey>
|
||||
```
|
||||
|
||||
## AWS SQS Source Example
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue