mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-06-05 22:53:39 +00:00
14 lines
450 B
YAML
14 lines
450 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: {{ include "chart.fullname" . }}-mr-raczylo-combinding
|
|
labels:
|
|
{{- include "chart.labels" . | nindent 4 }}
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: '{{ include "chart.fullname" . }}-mr-raczylo-com'
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: '{{ include "chart.fullname" . }}-cm-raczylo-com'
|
|
namespace: '{{ .Release.Namespace }}' |