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 2019/04/15 05:24:15 UTC

[camel-k] branch master updated: Update gke-setup.adoc

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


The following commit(s) were added to refs/heads/master by this push:
     new c0c5484  Update gke-setup.adoc
c0c5484 is described below

commit c0c54849dbb11e744d0c4ffdb42d8bcefd5cffd6
Author: MehrCurry <gz...@gmail.com>
AuthorDate: Sun Apr 14 07:35:12 2019 +0200

    Update gke-setup.adoc
    
    fixed option for registry secret
---
 docs/gke-setup.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/gke-setup.adoc b/docs/gke-setup.adoc
index 5bc39eb..24f64ff 100644
--- a/docs/gke-setup.adoc
+++ b/docs/gke-setup.adoc
@@ -52,7 +52,7 @@ kubectl create secret generic kaniko-secret --from-file=kaniko-secret.json
 You're ready to install Camel K. You should now execute the following command to install cluster resources and the operator (in the current namespace):
 
 ```
-kamel install --registry gcr.io --organization <<your-project-id>> --push-secret kaniko-secret
+kamel install --registry gcr.io --organization <<your-project-id>> --registry-secret kaniko-secret
 ```
 
 Use the project id that you've annotated when executing the first connection string.