Skip to content

Commit c2033a3

Browse files
Fix the invalid API group rule for clusterrole jetstack-agent-openshift-reader
xref: * #620 * 11b22ab Signed-off-by: Richard Wall <[email protected]>
1 parent 4367b44 commit c2033a3

File tree

1 file changed

+1
-1
lines changed
  • deploy/charts/jetstack-agent/templates

1 file changed

+1
-1
lines changed

deploy/charts/jetstack-agent/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ metadata:
200200
labels:
201201
{{- include "jetstack-agent.labels" . | nindent 4 }}
202202
rules:
203-
- apiGroups: ["*.openshift.io"]
203+
- apiGroups: ["route.openshift.io"]
204204
resources:
205205
- routes
206206
verbs: ["get", "list", "watch"]

0 commit comments

Comments
 (0)