Skip to content

Commit

Permalink
add soperatorchecks role binding
Browse files Browse the repository at this point in the history
  • Loading branch information
itechdima committed Feb 20, 2025
1 parent c41ee6b commit c34e511
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helm/soperatorchecks/templates/binding-rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
{{- include "soperatorchecks.labels" . | nindent 4 }}
name: {{ include "soperatorchecks.fullname" . }}-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ include "soperatorchecks.fullname" . }}-checks-role
subjects:
- kind: ServiceAccount
name: {{ include "soperatorchecks.fullname" . }}-checks

0 comments on commit c34e511

Please sign in to comment.