Skip to content

Commit

Permalink
Merge pull request #2 from MagnusRef/update-k8s-manifests
Browse files Browse the repository at this point in the history
Fix manifest and update project references
  • Loading branch information
pepov authored Aug 31, 2023
2 parents 9999727 + 5fc8fac commit 4ab0fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ _sink_
## Running Eventrouter
Standup:
```
$ kubectl create -f https://raw.githubusercontent.com/heptiolabs/eventrouter/master/yaml/eventrouter.yaml
$ kubectl create -f https://raw.githubusercontent.com/kube-logging/eventrouter/master/yaml/eventrouter.yaml
```
Teardown:
```
$ kubectl delete -f https://raw.githubusercontent.com/heptiolabs/eventrouter/master/yaml/eventrouter.yaml
$ kubectl delete -f https://raw.githubusercontent.com/kube-logging/eventrouter/master/yaml/eventrouter.yaml
```

### Inspecting the output
Expand Down
6 changes: 3 additions & 3 deletions yaml/eventrouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
name: eventrouter
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: eventrouter
Expand All @@ -27,7 +27,7 @@ rules:
resources: ["events"]
verbs: ["get", "watch", "list"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: eventrouter
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
spec:
containers:
- name: kube-eventrouter
image: gcr.io/heptio-images/eventrouter:latest
image: ghcr.io/kube-logging/eventrouter:latest
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config-volume
Expand Down

0 comments on commit 4ab0fe6

Please sign in to comment.