This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 01f0a7a  Camel K Kamelets Example: Added AWS Secrets Manager 
Properties source example for latest camel K release 1.9.2
01f0a7a is described below

commit 01f0a7ada4455a39dda25334314eb3327c1d82fe
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 18 14:26:08 2022 +0200

    Camel K Kamelets Example: Added AWS Secrets Manager Properties source 
example for latest camel K release 1.9.2
---
 camel-k/aws-secrets-manager-vault/README.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/camel-k/aws-secrets-manager-vault/README.adoc 
b/camel-k/aws-secrets-manager-vault/README.adoc
index fb792a5..84a606f 100644
--- a/camel-k/aws-secrets-manager-vault/README.adoc
+++ b/camel-k/aws-secrets-manager-vault/README.adoc
@@ -8,7 +8,9 @@ First go to Finnhub.io and get an API Key. Copy the API Key 
value.
 
 Then run the following command to create a secret on AWS Secrets Manager 
service.
 
+```
 aws secretsmanager create-secret --name finnhub-token --region eu-west-1 
--secret-string <api_key>
+```
 
 === Run Minikube and install Camel K
 

Reply via email to