Skip to content

Commit

Permalink
Merge pull request #620 from jetstack/VC-33564/fix-openshift-routes-rbac
Browse files Browse the repository at this point in the history
[VC-33564] Fix the invalid API group rule for clusterrole venafi-kubernetes-agent-openshift-reader
  • Loading branch information
wallrj authored Nov 14, 2024
2 parents a8aaf84 + 11b22ab commit 1a567ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ metadata:
labels:
{{- include "venafi-kubernetes-agent.labels" . | nindent 4 }}
rules:
- apiGroups: ["*.openshift.io"]
- apiGroups: ["route.openshift.io"]
resources:
- routes
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit 1a567ef

Please sign in to comment.