98 lines
3.0 KiB
YAML
98 lines
3.0 KiB
YAML
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "helm-charts-k8s.fullname" . }}-controller-manager
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.controllerManager.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-kmm-device-plugin
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.kmmDevicePlugin.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-kmm-module-loader
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.kmmModuleLoader.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-node-labeller
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.nodeLabeller.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-metrics-exporter
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.metricsExporter.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-metrics-exporter-rbac-proxy
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.metricsExporter.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-test-runner
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.testRunner.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-config-manager
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.configManager.serviceAccount.annotations | nindent 4 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: amd-gpu-operator-utils-container
|
|
labels:
|
|
app.kubernetes.io/component: amd-gpu
|
|
app.kubernetes.io/part-of: amd-gpu
|
|
{{- include "helm-charts-k8s.labels" . | nindent 4 }}
|
|
annotations:
|
|
{{- toYaml .Values.utilsContainer.serviceAccount.annotations | nindent 4 }} |