mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-07-01 04:54:52 +00:00
15 lines
445 B
YAML
15 lines
445 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|
kind: ClusterRoleBinding
|
|
metadata:
|
|
name: {{ include "chart.fullname" . }}-impex-mgrbinding
|
|
labels:
|
|
{{- include "chart.labels" . | nindent 4 }}
|
|
roleRef:
|
|
apiGroup: rbac.authorization.k8s.io
|
|
kind: ClusterRole
|
|
name: '{{ include "chart.fullname" . }}-impex-mgr'
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: '{{ include "chart.fullname" . }}-controller-manager'
|
|
namespace: '{{ .Release.Namespace }}'
|