Update docs

This commit is contained in:
Tomasz Sęk 2019-05-29 18:17:05 +02:00
parent 640767ac61
commit 4bbc3ca3cd
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ make deepcopy-gen
### Getting Jenkins URL and basic credentials
```bash
minikube service jenkins-operator-example --url
minikube service jenkins-operator-http-example --url
kubectl get secret jenkins-operator-credentials-example -o 'jsonpath={.data.user}' | base64 -d
kubectl get secret jenkins-operator-credentials-example -o 'jsonpath={.data.password}' | base64 -d
```