mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
6ee381db3a
Signed-off-by: wilmardo <info@wilmardenouden.nl>
14 lines
445 B
YAML
14 lines
445 B
YAML
{{- if .Values.serviceAccounts.nodeplugin.create -}}
|
|
apiVersion: v1
|
|
kind: ServiceAccount
|
|
metadata:
|
|
name: {{ include "ceph-csi-cephfs.serviceAccountName.nodeplugin" . }}
|
|
namespace: {{ .Release.Namespace }}
|
|
labels:
|
|
app: {{ include "ceph-csi-cephfs.name" . }}
|
|
chart: {{ include "ceph-csi-cephfs.chart" . }}
|
|
component: {{ .Values.nodeplugin.name }}
|
|
release: {{ .Release.Name }}
|
|
heritage: {{ .Release.Service }}
|
|
{{- end -}}
|