We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5679dc5 commit 0bd7e29Copy full SHA for 0bd7e29
deploy/charts/venafi-kubernetes-agent/templates/rbac.yaml
@@ -11,14 +11,14 @@ rules:
11
verbs: ["create"]
12
---
13
apiVersion: rbac.authorization.k8s.io/v1
14
-kind: ClusterRoleBinding
+kind: RoleBinding
15
metadata:
16
name: {{ include "venafi-kubernetes-agent.fullname" . }}-event-emitted
17
labels:
18
{{- include "venafi-kubernetes-agent.labels" . | nindent 4 }}
19
roleRef:
20
apiGroup: rbac.authorization.k8s.io
21
- kind: ClusterRole
+ kind: Role
22
23
subjects:
24
- kind: ServiceAccount
0 commit comments