Skip to content

Commit a05dec2

Browse files
authored
update link to the job to permanent one
1 parent 35d57e1 commit a05dec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ 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/website/master/content/en/examples/controllers/job.yaml
30+
kubectl create -f https://k8s.io/examples/controllers/job.yaml
3131
```
3232

3333
## Docker images

0 commit comments

Comments
 (0)