Skip to content

Commit 11b22ab

Browse files
committed
Fix the invalid API group rule for clusterrole venafi-kubernetes-agent-openshift-reader
Signed-off-by: Richard Wall <[email protected]>
1 parent a8aaf84 commit 11b22ab

File tree

1 file changed

+1
-1
lines changed
  • deploy/charts/venafi-kubernetes-agent/templates

1 file changed

+1
-1
lines changed

deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ metadata:
213213
labels:
214214
{{- include "venafi-kubernetes-agent.labels" . | nindent 4 }}
215215
rules:
216-
- apiGroups: ["*.openshift.io"]
216+
- apiGroups: ["route.openshift.io"]
217217
resources:
218218
- routes
219219
verbs: ["get", "list", "watch"]

0 commit comments

Comments
 (0)