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:
Matthias Wessendorf 2024-12-05 14:50:46 +01:00 committed by GitHub
parent 4d3d5394bb
commit 5808d0bca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 19 additions and 19 deletions

View File

@ -10,7 +10,7 @@ For connecting to AWS the `IntegrationSink` uses Kubernetes `Secret`, present in
kubectl -n <namespace> create secret generic my-secret --from-literal=aws.accessKey=<accessKey> --from-literal=aws.secretKey=<secretKey> 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: Below is an `IntegrationSink` to send data to AWS SNS: