Update docs
This commit is contained in:
parent
640767ac61
commit
4bbc3ca3cd
|
|
@ -80,7 +80,7 @@ make deepcopy-gen
|
||||||
### Getting Jenkins URL and basic credentials
|
### Getting Jenkins URL and basic credentials
|
||||||
|
|
||||||
```bash
|
```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.user}' | base64 -d
|
||||||
kubectl get secret jenkins-operator-credentials-example -o 'jsonpath={.data.password}' | base64 -d
|
kubectl get secret jenkins-operator-credentials-example -o 'jsonpath={.data.password}' | base64 -d
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue