I am following this tutorial. I'm trying to create a Jenkins X app locally in minikube
and setting it up with Github.
But when I do jx create quickstart
and follow the steps I get error: secrets "jenkins" not found
as error.
Also, I found out that there is no secret named jenkins
root@Unix:/home/dadart/Downloads# kubectl get secret -n jx jenkins
Error from server (NotFound): secrets "jenkins" not found
Someone please point out what I'm doing wrong.