Skip to content

Commit

Permalink
Fix the invalid API group rule for clusterrole venafi-kubernetes-agen…
Browse files Browse the repository at this point in the history
…t-openshift-reader

Signed-off-by: Richard Wall <[email protected]>
  • Loading branch information
wallrj committed Nov 14, 2024
1 parent a8aaf84 commit 11b22ab
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 11b22ab

Please sign in to comment.