We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d57e1 commit a05dec2Copy full SHA for a05dec2
README.md
@@ -27,7 +27,7 @@ kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/
27
kubectl logs -f $(kubectl get pods --namespace default -l "run=cleanup-operator" -o jsonpath="{.items[0].metadata.name}")
28
29
# Use simple job to test it
30
-kubectl create -f https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/controllers/job.yaml
+kubectl create -f https://k8s.io/examples/controllers/job.yaml
31
```
32
33
## Docker images
0 commit comments