Skip to content

Commit dcf48da

Browse files
committed
* 'master' of https://github.com/lwolf/kube-cleanup-operator: update link to the job to permanent one fix link to example job Update Readme
2 parents 273929a + a05dec2 commit dcf48da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/
2727
kubectl logs -f $(kubectl get pods --namespace default -l "run=cleanup-operator" -o jsonpath="{.items[0].metadata.name}")
2828
2929
# Use simple job to test it
30-
kubectl create -f https://raw.githubusercontent.com/kubernetes/kubernetes.github.io/master/docs/concepts/workloads/controllers/job.yaml
30+
kubectl create -f https://k8s.io/examples/controllers/job.yaml
3131
```
3232

3333
## Docker images
3434

3535
```docker pull lwolf/kube-cleanup-operator```
36+
3637
```docker pull quay.io/lwolf/kube-cleanup-operator```
3738

3839
## Development

0 commit comments

Comments
 (0)