Skip to content

Commit

Permalink
Fix links to k8s yamls (#68)
Browse files Browse the repository at this point in the history
k8s yaml files were moved in bca25a8
  • Loading branch information
sindrig authored Jan 12, 2021
1 parent f2f9e2c commit f07689a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ lwolf-charts/kube-cleanup-operator 1.0.0 v0.8.1 Kubernetes Operator
```
# remember to change namespace in RBAC manifests for monitoring namespaces other than "default"
kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/master/deploy/rbac.yaml
kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/master/deploy/deployment/rbac.yaml
# create deployment
kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/master/deploy/deployment.yaml
kubectl create -f https://raw.githubusercontent.com/lwolf/kube-cleanup-operator/master/deploy/deployment/deployment.yaml
kubectl logs -f $(kubectl get pods --namespace default -l "run=cleanup-operator" -o jsonpath="{.items[0].metadata.name}")
Expand Down

0 comments on commit f07689a

Please sign in to comment.