keptn / tutorials

Keptn tutorials site
https://tutorials.keptn.sh/
Apache License 2.0
9 stars 22 forks source link

Typo in quickstart #208

Closed 90lantran closed 1 year ago

90lantran commented 2 years ago
Installing Keptn …
Helm Chart used for Keptn installation: https://storage.googleapis.com/keptn-installer/keptn-0.11.2.tgz
Start upgrading Helm Chart keptn in namespace keptn
Finished upgrading Helm Chart keptn in namespace keptn
Keptn control plane has been successfully set up on your cluster.
Installing execution plane services for continuous-delivery use case.
Start upgrading Helm Chart helm-service in namespace keptn
Finished upgrading Helm Chart helm-service in namespace keptn
Start upgrading Helm Chart jmeter-service in namespace keptn
Finished upgrading Helm Chart jmeter-service in namespace keptn
 —————————————————
 * To quickly access Keptn, you can use a port-forward and then authenticate your Keptn CLI:
 - kubectl -n keptn port-forward service/api-gateway-nginx 8080:80
 - keptn auth –endpoint=http://localhost:8080/api –api-token=$(kubectl get secret keptn-api-token -n keptn -ojsonpath={.data.keptn-api-token} | base64 –decode)
 * Alternatively, follow the instructions provided at: https://keptn.sh/docs/0.10.x/operate/install/#authenticate-keptn-cli
 * To expose Keptn on a public endpoint, please continue with the installation guidelines provided at:
 - https://keptn.sh/docs/0.10.x/operate/install#install-keptn

At the authentication step https://keptn.sh/docs/quickstart/ , it should be --decode at the end

oleg-nenashev commented 2 years ago

Thanks for catching @90lantran! Would you be willing to submit a pull request with a patch?