Skip to content

Commit

Permalink
Update gke-setup.adoc
Browse files Browse the repository at this point in the history
fixed option for registry secret
  • Loading branch information
MehrCurry authored and lburgazzoli committed Apr 15, 2019
1 parent e0bb7da commit c0c5484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gke-setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0c5484

Please sign in to comment.