Merge pull request #56 from benlangfeld/patch-3

Typo
This commit is contained in:
Tomasz Sęk 2019-07-16 08:00:31 +02:00 committed by GitHub
commit 23e99f6a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ make run NAMESPACE=default KUBECTL_CONTEXT=remote-k8s EXTRA_ARGS='--kubeconfig ~
Once minikube and **jenkins-operator** are up and running, apply Jenkins custom resource:
```bash
kubectl --context remote-k8s --namespace defaut apply -f deploy/crds/jenkins_v1alpha2_jenkins_cr.yaml
kubectl --context remote-k8s --namespace defaut get jenkins -o yaml
kubectl --context remote-k8s --namespace defaut get po
kubectl --context remote-k8s --namespace default apply -f deploy/crds/jenkins_v1alpha2_jenkins_cr.yaml
kubectl --context remote-k8s --namespace default get jenkins -o yaml
kubectl --context remote-k8s --namespace default get po
```
## Testing