Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
---
apiVersion: rbac.authorization.k8s.io/v1
# This cluster role binding allows anyone in the "manager" group to read secrets in any namespace.
# Grants the operator ServiceAccount the ClusterRole from roles.yaml, which is what lets the
# operator watch and manage its custom resources across the cluster.
kind: ClusterRoleBinding
metadata:
name: {{ include "operator.fullname" . }}-clusterrolebinding
Expand All @@ -26,4 +28,3 @@ roleRef:
kind: ClusterRole
name: {{ include "operator.fullname" . }}-clusterrole
apiGroup: rbac.authorization.k8s.io
{{- end }}