Files
devops-infra-helm-charts-gcp/helm-templates/mimir-distributed/charts/rollout-operator/templates/rolebinding.yaml
T
2026-08-26 03:39:42 +05:30

12 lines
328 B
YAML

apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "rollout-operator.fullname" . }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ include "rollout-operator.fullname" . }}
subjects:
- kind: ServiceAccount
name: {{ include "rollout-operator.serviceAccountName" . }}