You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
526 B
YAML
17 lines
526 B
YAML
1 year ago
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
kind: RoleBinding
|
||
|
metadata:
|
||
|
name: {{ include "dcgm-exporter.fullname" . }}
|
||
|
namespace: {{ include "dcgm-exporter.namespace" . }}
|
||
|
labels:
|
||
|
{{- include "dcgm-exporter.labels" . | nindent 4 }}
|
||
|
app.kubernetes.io/component: "dcgm-exporter"
|
||
|
subjects:
|
||
|
- kind: ServiceAccount
|
||
|
name: {{ include "dcgm-exporter.serviceAccountName" . }}
|
||
|
namespace: {{ include "dcgm-exporter.namespace" . }}
|
||
|
roleRef:
|
||
|
kind: Role
|
||
|
name: dcgm-exporter-read-cm
|
||
|
apiGroup: rbac.authorization.k8s.io
|