You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/03 11:40:33 UTC

[camel-kamelets-examples] branch main updated: Azure Key Vault Secrets Reloading: Use application.properties instead of custom name

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 d0b9837  Azure Key Vault Secrets Reloading: Use application.properties instead of custom name
d0b9837 is described below

commit d0b9837863833c30f529917279be23c9b7295937
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 3 13:40:22 2023 +0200

    Azure Key Vault Secrets Reloading: Use application.properties instead of custom name
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 jbang/azure-key-vault-secrets-reloading/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jbang/azure-key-vault-secrets-reloading/README.adoc b/jbang/azure-key-vault-secrets-reloading/README.adoc
index 4d3a248..d531446 100644
--- a/jbang/azure-key-vault-secrets-reloading/README.adoc
+++ b/jbang/azure-key-vault-secrets-reloading/README.adoc
@@ -67,7 +67,7 @@ Then you can run this example using:
 
 [source,sh]
 ----
-$ camel run --properties=azure-sec-integration.properties timer-azure-key-vault-reloading.yaml
+$ camel run timer-azure-key-vault-reloading.yaml
 ----
 
 Or run it even shorter:
@@ -81,7 +81,7 @@ Or run with JBang using the longer command line (without installing camel as app
 
 [source,sh]
 ----
-$ jbang camel@apache/camel run --properties=azure-sec-integration.properties timer-azure-key-vault-reloading.yaml
+$ jbang camel@apache/camel run timer-azure-key-vault-reloading.yaml
 ----
 
 === Modify the secret