Skip to content

Commit aa6eee2

Browse files
committed
fix(argo-events): correct the RoleBindings apiVersion
This was wrong. There might be an error in ArgoCD when replacing these and users will have to manually delete them. Hopefully not a big deal as it was short lived in being incorrect.
1 parent 8f5726d commit aa6eee2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

components/argo-events/argo-server-rolebinding.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
apiVersion: apps/v1
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
23
kind: RoleBinding
34
metadata:
45
name: argo-server-binding

components/argo-events/workflow-controller-rolebinding.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
apiVersion: apps/v1
1+
---
2+
apiVersion: rbac.authorization.k8s.io/v1
23
kind: RoleBinding
34
metadata:
45
name: argo-binding

0 commit comments

Comments
 (0)