From f07689ad16cf617764df8fa133735d720effeae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sindri=20Gu=C3=B0mundsson?= Date: Tue, 12 Jan 2021 10:33:42 +0000 Subject: [PATCH] Fix links to k8s yamls (#68) k8s yaml files were moved in bca25a883f39bd7fb4d8378ae1fd6c9bd3b36540 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4768bb70..7322f0ed 100644 --- a/README.md +++ b/README.md @@ -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}")