IBM / appsody-sample-quote-app

WARNING: This repository is no longer maintained :warning: The Appsody project is no longer being maintained as a standalone project. This repository will not be updated. The repository will be kept available in read-only mode.
https://developer.ibm.com/patterns/create-insurance-quote-application-appsody/
Apache License 2.0
11 stars 17 forks source link

Command is wrong #9

Open ragdeshp opened 4 years ago

ragdeshp commented 4 years ago

The command listed in the ReadMe could be wrong -

kubectl create secret generic dacadoo-secret --from-literal=url= --from-literal=apikey=

timroster commented 4 years ago

The user needs to set up access to the API. Then fills in the blanks - e.g. it would not be invoked as in the ^ example. See https://kubernetes.io/docs/concepts/configuration/secret/#creating-a-secret-using-kubectl-create-secret for more details and an example creating a secret of this form.