You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/09/27 07:41:19 UTC

[camel-k] 02/02: docs: include apply command for secret ref example

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 43e59c5f76cd88dfddd1494039a5f8c3d0508ec9
Author: Evan Shortiss <ev...@gmail.com>
AuthorDate: Sat Sep 26 12:57:29 2020 +0100

    docs: include apply command for secret ref example
---
 docs/modules/ROOT/pages/configuration/configmap-secret.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/configuration/configmap-secret.adoc b/docs/modules/ROOT/pages/configuration/configmap-secret.adoc
index 6ed5ec6..fabc9af 100644
--- a/docs/modules/ROOT/pages/configuration/configmap-secret.adoc
+++ b/docs/modules/ROOT/pages/configuration/configmap-secret.adoc
@@ -112,8 +112,9 @@ data:
     my.message=={{secret:secret-message/MESSAGE}}
 ----
 
-You can now run the integration with the following command to include necessary the _Secret_ and _ConfigMap_:
+You can now run the integration with the following commands to include necessary the _Secret_ and _ConfigMap_:
 
 ```
+kubectl apply -f my-config.yaml -f secret-message.yaml
 kamel run --secret=secret-message --configmap=my-config props.groovy
 ```
\ No newline at end of file